Status: Accepted
Owner:
[hidden email]
New issue 4697 by
[hidden email]: OrderedCollectionInspector>>fieldList
bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697Pharo image: #14105
You can not debug the expression
OrderedCollection new
This is because it relies on asking the object what its size is. This
property is only available once the objects is fully formed. The debugger
falls over debugging into #setCollection: . it is hard to debug this, but
the stack trace is
OrderedCollectionInspector>>fieldList
OrderedCollectionInspector(Inspector)>>object:
Debugger>>contextStackIndex:oldContextWas:
Debugger>>resetContext:
We need the tools to be aware of partially created objects and do something
sensible in this edge-case.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker