How to get through a debugging error?

I would like to be able to debug Punjab, a twisted python application, in Netbeans so that I can go through the code. How can i do this? Alternatively, how can I do this in another debugger?

+5
source share
1 answer

Since you are trying to debug a twisted application, you have several options:

+10

All Articles