docs
docs copied to clipboard
How to add command-line options when launch Julia?
Hi there,
I am trying to debug Julia codes in vscode, but could not figure out a proper way to run codes with command-line options, for example, "julia --handle-signals=no test.jl". Could someone show me an example how to do so? Thanks.