Debugger.jl icon indicating copy to clipboard operation
Debugger.jl copied to clipboard

@main does not work

Open MagicMuscleMan opened this issue 1 year ago • 0 comments

Adding a breakpoint in line 2 of

function (@main)(args)
    println("hello world")
end

and starting the debugger in vscode does not break in line 2. It seems that all code which is placed inside of @main or called from @main does not support breakpoints. So this is basically the debugger not working in the whole program.

MagicMuscleMan avatar Jan 05 '25 09:01 MagicMuscleMan