Issue 4977 in pharo: Evaluating Editor>>#unexistent does not bring a debugger

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4977 in pharo: Evaluating Editor>>#unexistent does not bring a debugger

pharo
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=4977

Pharo1.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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4977 in pharo: Evaluating Editor>>#unexistent does not bring a debugger

pharo
Updates:
        Status: Closed

Comment #1 on issue 4977 by [hidden email]: Evaluating  
Editor>>#unexistent  does not bring a debugger
http://code.google.com/p/pharo/issues/detail?id=4977

This does not happen any more.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker