multi process debugging with werkzeug/flask
Hi,
I successfully used the multi process debugging on an django project, but I wonder if it is also possible to use it on a werkzeug/flask project and wonder what I have to do to get it working :-)
Do I have to add the --multiproc switch to the debugger command line ? How would I do that? It seems that I can only change interpreter options or options for my script.
Thanks
Bastian
请先登录再写评论。
Hi Bastian, latest EAP of PyCharm doesn't support multiprocess debugging besides Django server.
And unfortunatly there is no way to turn it on. Good news are that probably it will be fixed in next release.
I've created an issue about that: http://youtrack.jetbrains.net/issue/PY-5132
So vote, to be notified about a progress.