Replies: 1 comment 5 replies
-
On windows (with WSL?) you may be correct but using Linux doesn't have these issues. A view years ago I had the same issues on my private laptop. I solved the issues by installing Ubuntu so that is something you may consider. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As long as we can't use we werkzeug debugger and debugpy, also there is no option disable werkzeug debugger with runserver_plus.
So I just turn runserver_plus to runserver.
And then the debugger works well.
umm.. I guess it's better to support choice which command we will use in only develop step.
How do you guys solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions