helwardany / pyscripter

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

Debugger with Django does not work #700

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Please folow the steps mentioned on FAQ page.

What is the expected output? What do you see instead?
We expect the debugger to work. It acts as if we are just running Django.

What version of the product are you using? On what operating system?
Latest Pyscripter for python 2.6. Django 1.4 on windows xp and linux Suse 11

Please provide any additional information below.

Original issue reported on code.google.com by mayankii...@gmail.com on 14 Nov 2012 at 4:25

GoogleCodeExporter commented 9 years ago
This is because PyScripter does not support debugging of mult-threaded 
applicaitons (Issue 455).

In the past the method described in 
https://code.google.com/p/pyscripter/wiki/FAQ#How_can_I_debug_Django_application
s? 
used to work.  Have you tried it?

Original comment by pyscripter on 28 Mar 2015 at 1:29