Issue 5410 in pharo: Debugger not displayed

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

Issue 5410 in pharo: Debugger not displayed

pharo
Status: New
Owner: ----
Labels: Milestone-1.4 Type-Bug

New issue 5410 by [hidden email]: Debugger not displayed
http://code.google.com/p/pharo/issues/detail?id=5410

i tried this in Pharo1.4a Latest update: #14342:

i have an object:
Object subclass: #Mhm
with this method:
Mhm>>initialize
self halt.
^self

when i do:
a:=Mhm new.
the small debugger window opens. now i click on Mhm initialize and get:
MessageNotUnderstood: Debugger>>openFullMorphicLabel:

the same happens if i press the Debug-button instead.

im not sure but i think this worked eg in update: #14238

werner


_______________________________________________
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 5410 in pharo: Debugger not displayed

pharo
Updates:
        Status: Invalid

Comment #1 on issue 5410 by [hidden email]: Debugger not displayed
http://code.google.com/p/pharo/issues/detail?id=5410

this was fixed in #14343

(we are now at 14363)


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