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: Expose pdb "u" and "d" commands to user #16013

Closed
matheger opened this issue Jul 14, 2021 · 3 comments · Fixed by #11186
Closed

Feature request: Expose pdb "u" and "d" commands to user #16013

matheger opened this issue Jul 14, 2021 · 3 comments · Fixed by #11186

Comments

@matheger
Copy link

pdb provides the "u" and "d" commands to step up and down through the stack when debugging. This works in spyder too, but is completely hidden from the user - there are no buttons in the toolbar, and no keyboard shortcut definitions. To me this seems like vital functionality that should be mirrored within spyder as well.

@impact27
Copy link
Contributor

I think this would be covered by #11186
It would show you the full stack and you could click on it to go up/down by multiple levels

@matheger
Copy link
Author

I think this would be covered by #11186
It would show you the full stack and you could click on it to go up/down by multiple levels

You're right, that's exactly what I was looking for (even better, in fact.) Will this be integrated into the program soon?

@impact27
Copy link
Contributor

Well I hope, but in the meantime you can always use git to checkout this branch if you know how to do this kind of things. I'll update the PR when #15922 is merged. I'll reopen this issue as it is not solved yet and we will close it when #11186 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants