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
Run to
Bug description When "Run to" operation is used, the variables view is filled with a lot of mess.
To Reproduce Steps to reproduce the behavior:
#(1 2 3) collect: [:each | each + 10]
collect:
species
newCollectionn next-to-last line, RMB and from the context menu, select
aBlock
newCollection
The text was updated successfully, but these errors were encountered:
duplicate with pharo-spec/NewTools#607
Sorry, something went wrong.
I think it was fixed by pharo-spec/NewTools#642
No branches or pull requests
Bug description
When "Run to" operation is used, the variables view is filled with a lot of mess.
To Reproduce
Steps to reproduce the behavior:
#(1 2 3) collect: [:each | each + 10]
collect:
, the current debugger position will be at the messagespecies
newCollectionn next-to-last line, RMB and from the context menu, select
Run to`aBlock
andnewCollection
variables:The text was updated successfully, but these errors were encountered: