thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Support debugging of multi-threaded applications #455

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently PyScripter does not support the debugging of multi-threaded 
applications.  The breakpoints only work in the main thread of the application. 
 This is a limitation of the Python built-in debugger used by PyScripter.  The 
debugging machinery needs to be redesigned to support the debugging of 
multi-threaded applications.  This would allow the debugging of Google App 
Engine,  Django and many other applications.

Original issue reported on code.google.com by pyscripter on 10 Dec 2010 at 11:13

GoogleCodeExporter commented 9 years ago
Issue 238 has been merged into this issue.

Original comment by pyscripter on 10 Dec 2010 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 10 Dec 2010 at 11:28

GoogleCodeExporter commented 9 years ago
It is very actual!

Original comment by pikhovkin@gmail.com on 22 Dec 2010 at 1:24

GoogleCodeExporter commented 9 years ago
Please add support for Google App Engine debugging.

Original comment by Supp...@knownpoint.com on 29 Sep 2014 at 4:59