Prevent from auto stopping at entry point while debugging with ST LINK-V3

hey, is there a way to disable the auto breakpoint at the beginnign of my code (hw.Init())?

… aaaaaand the answer is:
comment out or remove the line
"runToMain": true,
in launch.json