Anyway to stop at main while debugging ?
Answered
During gdb debug project I'd like to stop at entry point by default, is there any option like “stopAtEntry” of vscode does ?
Please sign in to leave a comment.
Hello!
Sorry for the delay in response.
You can create a symbolic breakpoint https://www.jetbrains.com/help/clion/using-breakpoints.html#symbolic-breakpoints and set
main
in the "Symbol name" field.