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

Pdb kernel to connect console to breakpoint #11217

Open
iwanb opened this issue Jul 5, 2018 · 0 comments
Open

Pdb kernel to connect console to breakpoint #11217

iwanb opened this issue Jul 5, 2018 · 0 comments

Comments

@iwanb
Copy link
Contributor

iwanb commented Jul 5, 2018

Hello,

I would like to use the IPython debugger (IPython.(terminal|core).debugger), but remotely, to debug non-interactive jobs.
It works well by doing e.g.:

from IPython import embed_kernel
embed_kernel()

Then I can connect with jupyter console.

Could it be done the same way for a Pdb trace/breakpoint and post-mortem debugger?
Do you have some pointers how to do it?

Thank you,
Iwan

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

1 participant