Hello all,
I am new to the community and using Julia in general.
I am facing some trouble using the debugger in VSCode. I am already running Julia in my custom environment and have a working script. However, I just couldn’t figure out how the debugger is supposed to work. Setting breakpoints works, but I cannot disable them during debugging. “Run to Line” and “Run to Cursor” never works also when there is no loops with breakpoints present. Setting new breakpoints while the debugger is running (and paused) does not work. So far, the debug mode is not usable for me.
I am already running the debugger in non-compiled mode.
Here is the corresponding part of my settings.json:
Handing this command an empty list does not help either.
Has anyone faced similar issues in using Julia in VSCode?