Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I can set a breakpoint with import pdb pdb.set_trace()

However, when I want to set a breakpoint in library code, I'd like to set a breakpoint without modifying the code (perhaps C-x space).

C-x space says something(as if it set a breakpoint), but it doesn't trigger.

How should I breakpoint in python library code?
(For me at the moment, django code base)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.