Debug PyDev+Eclipse - Code not reloads after code change in breakpoint/suspend mode
- by Chameleon
I often doing such steps and want to optimize debug speed:
I am setting some breakpoints.
I am running Google Appengine Application (Python 2.5.2+).
When breakpoint occur I often change code to fix bugs.
After code change want to test again but there is problem if I changed code in breakpoint/suspend mode the application does not updates with my code changes - thus requiring a slow reloading.
Does anybody have an idea of what is root cause of forcing reloading after suspend or it is PyDev Bug/Limitation?