Answer the question
In order to leave comments, you need to log in
Is there an IDE with code execution visualization?
Are there any IDEs with code flow visualization like this one - pythontutor.com ? Not to be confused with pythontutor.ru
Maybe there is at least remotely similar? So that not static flowcharts (and not just highlighting), but the insides of the process - where, what, in what variables, where did it come from, where did it move, etc.
Answer the question
In order to leave comments, you need to log in
This may not be exactly what you need, but take a look at the Quokka.js extension in vscode
There was once such an editor - y (one letter - the name!). He was able to call gdb and, when using it, highlight the current line in the source code. At the same time, the debugger window was narrow, 5-6 lines, but it was quite convenient - in text mode!
In general, I found such an IDE, maybe it will be useful for someone else - https://thonny.org/
Thank you all :)
1. https://documen.tician.de/pudb/
2. https://www.spyder-ide.org/
3. https://sourceforge.net/projects/pyscripter/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question