pudb
pudb copied to clipboard
Automatic reload of changed modules
When I modified the program using my editor, how to
- kill the running program
- reload the whole program
- pause the program like I just start it (do not clean the contents of all windows)
in just one key.
There is already m to reload, it works OK, but it is too simple, I have to do extra typing.
There currently is not an automatic reload functionality for changed files (like, e.g. IPython had at one point). It would be nice to have that. Patches welcome.
Can I take this issue?
Sure, I'd be happy to take a look at what you come up with.