How to create, run and then debug a basic Julia project?

Hi

Is there any source to explain how to create a Julia project, preferably in VSCode. I try to lean my first steps and I still havent figured out how to do a basic toy project with a few functions on their own ,jl file, sitting at different levels in the project root, one calling another and then put a few breakpoints and follow the program flow while debugging it.

People usually use a template generator, such as

to set up a project. This is independent of VS Code.

It is unclear of what “run” means in this context.

Debugging is another question, search the forum for suggestions.

1 Like