Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1063 by v.blonde...@gmail.com: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph http://code.google.com/p/moose-technology/issues/detail?id=1063
Describe the problem: what do you get? what do you expect?
When you modfiy a block that is not on the stack (like [ self halt ]) and you browse it, you get: DNU: DebugContext>>codeTextMorph
How to reproduce the problem: step by step if necessary create a method in a class Class:
sendBlock ^ [ self halt ]
And call :
Class new sendBlock value.
It will open the debugger. Now modify the block content (remove the halt for example) Save, click on browse in the notification window. You should get the error.
Additional information: platform, context which may impact the problem
W7 - Moose 5.0
Please fill in the labels with the following information: * Type-Defect * Component-GTDebugger
Comment #1 on issue 1063 by chisvasi...@gmail.com: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph http://code.google.com/p/moose-technology/issues/detail?id=1063
This was fixed in Pharo, but somehow didn't make it into the GTDebugger. I'll have a look
Updates: Status: Fixed
Comment #2 on issue 1063 by chisvasi...@gmail.com: Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph http://code.google.com/p/moose-technology/issues/detail?id=1063
This should work now