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

[Feature Request] Pop an extra frame #38

Closed
adoxentor opened this issue Sep 5, 2022 · 3 comments
Closed

[Feature Request] Pop an extra frame #38

adoxentor opened this issue Sep 5, 2022 · 3 comments

Comments

@adoxentor
Copy link

It will be useful if there was a way to pop additional frames after reloading, for example when changing the current function's signature, or when a break-point is inside a loop.
And sense you already implemented frame restart, maybe add it as a button so when debugging we could trigger it without adding "pass" to the start of the function.

@dkrystki
Copy link
Contributor

dkrystki commented Sep 7, 2022

By pop you mean drop frame (remove from the call stack)?

About the manual frame restart - that's a good idea, I'll try to add in the next release.

@adoxentor
Copy link
Author

yes.
for example if I am inside a loop restart the current function,
or when breaking inside f in
def g():
...
foo()

def foo():
...
(we are here)

I want to restart g

@dkrystki
Copy link
Contributor

Added in reloadium 0.9.7 and PyCharm plugin 0.9.2

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

2 participants