"Skipping pudb interrupt support"
Open
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 245
- Avg merge
- 13m
- Merged PRs (30d)
- 5
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.