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

"Skipping pudb interrupt support" #114

Open
phmarek opened this issue Apr 10, 2014 · 3 comments
Open

"Skipping pudb interrupt support" #114

phmarek opened this issue Apr 10, 2014 · 3 comments

Comments

@phmarek
Copy link

phmarek commented Apr 10, 2014

I'm trying to use pudb for OpenStack (Cinder).

Inserting the import pudb; pudb.set_trace() snippet doesn't work; I only get

/usr/lib/python2.7/dist-packages/pudb/__init__.py:192: UserWarning:
A non-default handler for signal 2 is already installed (1).
Skipping pudb interrupt support.
  % (interrupt_signal, old_handler))

Ain't there a way to unconditionally break into pudb?

@asmeurer
Copy link
Collaborator

asmeurer commented Sep 5, 2014

That warning may be unrelated.

@sxc731
Copy link

sxc731 commented Feb 13, 2016

I think it may be related; I had the same issue when running the script to be debugged with pudb rather than using the regular python interpreter.

@BastiQ
Copy link

BastiQ commented Jan 24, 2018

I have the same Issue when using Atom. In Terminal however it works all fine. Someone found a solution to this?

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

4 participants