[wingide-users] debug with mod wsgi
aviah laor
aviahpython at gmail.com
Wed Apr 29 07:34:54 MDT 2009
Hi,
recently started to work with mod_wsgi instead of the django web server, but
the wing debugger don't work.
i changed the kEmbedded to 1
mod_wsgi is running on my user, same as the IDE
the following lines are in some django view:
import projectdir.wingdbstub as wd
if wd.debugger != None:
wd.debugger.stopDebug()
import wingdbstub
if wingdbstub.debugger != None:
wingdbstub.debugger.StopDebug()
wingdbstub.debugger.StartDebug()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20090429/7906da14/attachment.html
More information about the wingide-users
mailing list