Monday, 28 May 2018

Python HTTP debuger

I would like to set some debugging command (like import ipdb; ipdb.set_trace()) that would run debugger in jupyter (I would have to run a HTTP server). Does anybody know about something like this?

Context: I have a long running tasks that are processed by a scheduler (not interactive mode). I would like to be able to debug such a task while running it the same way.



from Python HTTP debuger

No comments:

Post a Comment