JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

Debug by cell option for IJulia #1087

Open luchinoprince opened 1 year ago

luchinoprince commented 1 year ago

Hello to everyone! I have been using Julia and IJulia for quite some time and I love it. The only drawback I still find compared to notebook with a Python kernel is that I cannot seem to find any extension which allow the "debug cell" option for Python, which I find incredibly usefull. For a reference this is what I am referring to: https://code.visualstudio.com/docs/datascience/jupyter-notebooks#:~:text=Start%20by%20setting%20any%20breakpoints,cell%20or%20a%20.py%20file.

Is such a feature still missing or maybe I just cannot find it?

stevengj commented 1 year ago

There are limited options for debuggers in Julia right now. Try e.g. https://www.julia-vscode.org/docs/stable/userguide/debugging/

I don't know if https://github.com/JuliaDebug/Debugger.jl works in IJulia?