Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support debugging of multi-threaded applications #455

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 6 comments
Closed

Support debugging of multi-threaded applications #455

GoogleCodeExporter opened this issue Aug 24, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Issue 238 has been merged into this issue.

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

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Type-Enhancement

@GoogleCodeExporter
Copy link
Author

It is very actual!

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

@GoogleCodeExporter
Copy link
Author

Please add support for Google App Engine debugging.

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

@C-BERBER
Copy link

C-BERBER commented Jan 11, 2017

Argh!!!!! I read on another thread a way to use pyscripter to debug Django. I was so Happy!
I then installed the latest pyscripter and trashed my environment and spent hours rebuidling it.
I finally got everything up and the debugger started only to have it repeatedly crash and here I type..

Is there any planned release or should I find a new IDE?
I need a good debugger....
TIA

This was the offender:
https://sourceforge.net/p/pyscripter/wiki/FAQ/

@pyscripter
Copy link
Owner

Implemented in version control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants