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

[Debugger] Run to corrupts the variables view #15721

Closed
pavel-krivanek opened this issue Dec 7, 2023 · 2 comments
Closed

[Debugger] Run to corrupts the variables view #15721

pavel-krivanek opened this issue Dec 7, 2023 · 2 comments

Comments

@pavel-krivanek
Copy link
Collaborator

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. Debug this expression #(1 2 3) collect: [:each | each + 10]
  2. Step into collect:, the current debugger position will be at the message species
  3. Select newCollectionn next-to-last line, RMB and from the context menu, select Run to`
  4. The variables view will have many duplicities of aBlock and newCollection variables:

image

@adri09070
Copy link
Collaborator

duplicate with pharo-spec/NewTools#607

@StevenCostiou
Copy link
Collaborator

I think it was fixed by pharo-spec/NewTools#642

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

3 participants