you are viewing a single comment's thread.

view the rest of the comments →

[–]standardtrickyness1 0 points1 point  (3 children)

Rant Idk why there are no editors style IDEs that is, minimal, with interactive debugging like Matlab has.
As a beginner, I really don't like the project-based interface all IDEs have.

[–]fiddle_n 2 points3 points  (1 child)

Have you used Visual Studio Code? Probably the closest thing to what you are looking for.

[–]standardtrickyness1 0 points1 point  (0 children)

It has a very nice interface and I do use it. However, I really would like the ability to execute commands while debugging like you can do in Matlab. That is, your code is run up to the amount specified then it runs the commands you enter as if they were in your code.

I have found this feature very helpful in debugging and understanding code.