Answer the question
In order to leave comments, you need to log in
Is there a debugging tool that allows you to execute code line by line when sending a request to Django?
So that you can enable debugging and go to the page and a window would open where you could execute the code line by line. For Django Framework
Answer the question
In order to leave comments, you need to log in
If you have Pycharm Pro - just go into debug mode and set breakpoints.
When working out the code, Python objects will appear next to each line.
I don’t know about tools, but I strongly advise you to install django-debug toolbar
So any IDE can do it! For example, I use eclipse + pydev. Open the file, set a breakpoint and that's it! See variables, step on the stack, change variables, etc.
The same thing is in the folk pycharm, and they say, even in netbeans there is!
All you need is to properly connect your project to one of these IDEs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question