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=5410i 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