Julia debugging

Can someone point me into Julia’s VSCode debugging Guide/Tutorial(if possible a video tutorial) like C++ in Visual Studio?

I want to run the script and step out, step in, and set breakpoints. See values of variables etc

Something like this: Debugging your software - 03 - Step Over, Step Into etc. - YouTube

1 Like

https://www.julia-vscode.org/docs/stable/userguide/debugging/

3 Likes

thanks, jerry. I am glad it’s straightforward and doesn’t require launch.json configuration like in JS/EcmaScript :sweat_smile:

Here are a few good resources to debugging in Julia.

Hope these are helpful.

1 Like

thanks