Status: Accepted
Owner:
[hidden email]
New issue 4977 by
[hidden email]: Evaluating Editor>>#unexistent
does not bring a debugger
http://code.google.com/p/pharo/issues/detail?id=4977Pharo1.4a
Latest update: #14219
I'm using Ubuntu, but this seems to be an image side problem :P.
So far, I found that the debugger fails to open because it does:
createColumnsFor: aString
"Answer the array of contexts."
| tokens |
tokens := aString subStrings: '>>'.
^ {(self buildClassNameFor: tokens first). tokens second}
and aString is: 'Editor class(Behavior)>>>>'
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker