Debug PyDev+Eclipse - Code not reloads after code change in breakpoint/suspend mode

Posted by Chameleon on Stack Overflow See other posts from Stack Overflow or by Chameleon
Published on 2011-11-22T09:33:39Z Indexed on 2011/11/22 9:50 UTC
Read the original article Hit count: 372

I often doing such steps and want to optimize debug speed:

  1. I am setting some breakpoints.
  2. I am running Google Appengine Application (Python 2.5.2+).
  3. When breakpoint occur I often change code to fix bugs.
  4. 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?

© Stack Overflow or respective owner

Related posts about python

Related posts about debugging