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: var duplication (and big slowdown) when executing a loop with "run to" action #607

Closed
labordep opened this issue Nov 4, 2023 · 3 comments · Fixed by #642
Closed
Labels
bug Something isn't working debugger

Comments

@labordep
Copy link

labordep commented Nov 4, 2023

When I'm debugging a loop I have a lot of temp var and arg duplicated in the debugger inspector.
In the video below you can note the time to execute the run to action (very long).

The loop:

image

The problem:

image

A video catured during execution:

list.mp4

This issue is similar to #475 previous one.

My config:

  • Windows 11 Pro
  • Pharo-11.0.0+build.707
  • VM 10.0.8.0
@labordep
Copy link
Author

labordep commented Dec 8, 2023

Thanks @StevenCostiou and @adri09070, is it fixed in P11 ?

@StevenCostiou
Copy link
Member

no but maybe we can backport, i do not know how to do i @adri09070 @estebanlm

@adri09070
Copy link
Contributor

I think it needs another fix because the fix relies on the new debugger event system in P12.

I could fix the bug in P11, but differently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working debugger
Projects
Archived in project
3 participants