Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save a modified unstacked block raise DNU: DebugContext>>codeTextMorph #1063

Closed
seandenigris opened this issue Aug 3, 2015 · 2 comments
Closed

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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

Reported by v.blondeau92 on 2014-04-18 09:35:44

@seandenigris
Copy link
Contributor Author

This was fixed in Pharo, but somehow didn't make it into the GTDebugger. I'll have a
look

Reported by chisvasileandrei on 2014-04-18 13:52:49

@seandenigris
Copy link
Contributor Author

This should work now

Reported by chisvasileandrei on 2014-05-07 13:05:36

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant