I
I
Ingref2019-10-22 16:55:22
IDE
Ingref, 2019-10-22 16:55:22

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

6 answer(s)
D
Dimonchik, 2019-10-22
@dimonchik2013

no: IDE for adults - adults know how to debug

S
Stalker_RED, 2019-10-22
@Stalker_RED

Debugger , right?
Popular IDEs have them built in.

N
Neuro, 2019-10-22
@Riveran

This may not be exactly what you need, but take a look at the Quokka.js extension in vscode

C
CityCat4, 2019-10-23
@CityCat4

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!

I
Ingref, 2019-10-23
@Ingref

In general, I found such an IDE, maybe it will be useful for someone else - https://thonny.org/
Thank you all :)

X
xmoonlight, 2019-10-23
@xmoonlight

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 question

Ask a Question

731 491 924 answers to any question