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

Save method and trim stack doesn't replace top of stack #138

Open
ericwinger opened this issue Oct 11, 2024 · 0 comments
Open

Save method and trim stack doesn't replace top of stack #138

ericwinger opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ericwinger
Copy link
Member

Saving a method in a debugger works and appears to correctly trim the stack. However, press step afterwards and it's obvious things aren't working. Pretty sure the problem is that the new method isn't put on the top of the stack so the debugger sets the single step breakpoint in the wrong method.

Not sure what the solution is yet.

@ericwinger ericwinger added the bug Something isn't working label Oct 11, 2024
@ericwinger ericwinger self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant