C
C
Citizen052017-07-27 10:58:43
Django
Citizen05, 2017-07-27 10:58:43

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

3 answer(s)
A
Alexey Ovdienko, 2017-07-27
@doubledare

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.

A
Astrohas, 2017-07-27
@Astrohas

I don’t know about tools, but I strongly advise you to install django-debug toolbar

A
Alexey Cheremisin, 2017-07-27
@leahch

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 question

Ask a Question

731 491 924 answers to any question