We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description
Trying to save a non-installed method in the debugger cause an exception
To Reproduce
nil executeMethod: (Smalltalk compiler compile: 'foo ^ self doesNotExists').
#doesNotExists was sent to nil
doesNotExists
KeyNotFound: key #foo not found in MethodDictionary
Expected behavior
If possible, replace the method in the stack without installing the method. Alternatively, get an error message like the one we DoIt methods.
Version information:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug description
Trying to save a non-installed method in the debugger cause an exception
To Reproduce
#doesNotExists was sent to nil
doesNotExists
for instance)KeyNotFound: key #foo not found in MethodDictionary
Expected behavior
If possible, replace the method in the stack without installing the method.
Alternatively, get an error message like the one we DoIt methods.
Version information:
The text was updated successfully, but these errors were encountered: