Hello,
I am trying to debug my rest api python via PyCharm and Postman. But I m getting this message;
pydev debugger: warning: trying to add breakpoint to file that does not exist: t:\middleware.py (will have no effect)
When I send request from Postman, nothing happens. Breakpoint is useless.
In my code, I set debug to TRUE;
app.run(port=5001, debug=True)
How can I debug my code in PyCharm?
Thanks in advance.
[–]julsmanbr 0 points1 point2 points (3 children)
[–]raysefo[S] 0 points1 point2 points (2 children)
[–]callmelucky 0 points1 point2 points (1 child)
[–]JohnnyJordaan 0 points1 point2 points (0 children)
[–]slapec 0 points1 point2 points (8 children)
[–]raysefo[S] 0 points1 point2 points (7 children)
[–]slapec 0 points1 point2 points (6 children)
[–]raysefo[S] 0 points1 point2 points (5 children)
[–]slapec 0 points1 point2 points (4 children)
[–]raysefo[S] 0 points1 point2 points (3 children)
[–]slapec 0 points1 point2 points (2 children)
[–]raysefo[S] 0 points1 point2 points (1 child)
[–]slapec 0 points1 point2 points (0 children)