Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 673 Bytes

Debugging with VS Code.md

File metadata and controls

17 lines (10 loc) · 673 Bytes

Debugging a Julia script with VS Code

Note: make sure to correctly set the julia.executablePath on VS Code settings to point to the Julia executable (julia.exe for MS Windows, julia for Unix and MacOS). You can follow the instructions on the main page of the Julia extension for VS Code.

Outline:

  1. Debugging the precompilation of a Julia package;
  2. Usage of the Integrated Julia REPL
  3. Debugging a script or a module

Practice:

Try to debug and fix the script: exercise_debugging.jl inside Tutorials.