|
|
|
|
|
by Gehinnn
2274 days ago
|
|
I guess, growing up with Delphi IDE, Visual Studio, Browser Dev Tools and finally Visual Studio Code, all calling their "visual debugger" just a "debugger", I got used to debuggers being "visual" by default. As Jupyter has very powerful visualizations, I initially thought they somehow integrated their visualizations into the debugger, just to see that it's an ordinary debugger every modern IDE has.
I know a debugger and it's UI is a crazy complicated beast, but I would expect any modern programming language to have such a debugger. Just because there are text-based browser like lynx, modern browsers shouldn't start calling their products "visual browser", but I get your point. Sorry for publicizing my extension here. It's free and open source, works with Python and might help a lot of people. According to github insights, traffic decreases whenever I don't publicize it somewhere. |
|
I don't understand why VisualStudio doesn't have LightTable like expression playground yet, but until it does, Jupyter is what we have -- a fancy REPL and document publishing format being abused as an IDE.