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
|array abc | abc := 123. array := Array with: abc. array halt. ^array
abc := 123.
undefined symbol
abc
Debugger should recognize abc as a temporary variable.
The text was updated successfully, but these errors were encountered:
You beat me to it. I wanted nearly reported a similar situation.
I wanted to inspect a value of aVisitor (I know the value is in the top right corner):
aVisitor
acceptVisitor: aVisitor ^aVisitor visitClassModification: self
The only thing I ended up with was undefined symbol and changed method.
Sorry, something went wrong.
ericwinger
No branches or pull requests
abc := 123.
statement in debugger source pane.undefined symbol
in text beforeabc
Debugger should recognize
abc
as a temporary variable.The text was updated successfully, but these errors were encountered: