Hi John, all, John Anderson <[email protected]> writes: > Hey, I'm trying to use pudb to debug my web application but it tries to use > signal, which can only be used in the main thread. Web requests will not > be in the main thread. > > I was able to comment out the set_interrupt_handler call in set_trace and > everything seems to work just fine. Maybe you could check if its the main > thread and if not ignore the signal calls?
I've checked in what I think is a workaround to the signal handler issue. Failure to set the handler will now be a warning rather than an error. It'd be great if you could try this (in current git) and report back. Thanks for the report, Andreas _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
