-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels