- Download and Install VS Code
- Install Julia extension for VS Code https://www.julia-vscode.org/
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.
- Debugging the precompilation of a Julia package;
- Usage of the Integrated Julia REPL
- Debugging a script or a module
Try to debug and fix the script: exercise_debugging.jl
inside Tutorials
.