SGladys / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

Debugger Threading and Performance Issues #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We need to investigate and fix persistent issues in the debugger and also
add a pause button to it.

Original issue reported on code.google.com by bjdorn@gmail.com on 20 May 2009 at 3:50

GoogleCodeExporter commented 8 years ago

Original comment by bgbu...@gmail.com on 5 Jun 2009 at 6:24

GoogleCodeExporter commented 8 years ago
As of date, I am still unable to determine why the watcher window doesn't update
smoothly during code execution.  It appears that the swing event dispatch 
thread is
blocked for some reason while the python debugger is executing internally.  I 
suspect
this is due to lack of clear separation between the model and view of the 
watcher
swing component.  

Original comment by bjdorn@gmail.com on 14 Aug 2009 at 6:30