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

ipdb mini-buffer disappears after entering a command #566

Open
delnatan opened this issue Dec 12, 2024 · 0 comments
Open

ipdb mini-buffer disappears after entering a command #566

delnatan opened this issue Dec 12, 2024 · 0 comments

Comments

@delnatan
Copy link

I just recently started to learn how to use 'ipdb' for debugging simple code in Python via jupyter. I started up a jupyter kernel by running jupyter-run-repl and running import pdb; pdb.set_trace() pops up a mini-buffer at the bottom with the prompt ipdb> . Once I run a command like print("test") and entered it. The message "test" gets displayed in the jupyter repl buffer and I got this message:

Error in ZMQ subprocess filter: (jupyter-publisher-subscribers-had-errors (jupyter-publisher-subscribers-had-errors (user-error "Command attempted to use minibuffer while in minibuffer")))

The mini-buffer then disappears and I can't run anymore commands in the repl because jupyter-repl-ret: Kernel busy

I'm running GNU Emacs 30.0.92 on MacOS and emacs-jupyter version 1.0.

Anyone else having this issue? I never used ipdb when I used earlier Emacs version, so I don't know if this is specific to the Emacs build.

Thanks!

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