Automatic breakpoint at main
Is there a way to automatically add a breakpoint at main when a debugging session starts. That is start the session and have it break at main, then remove the breakpoint. This is a feature of other IDEs (QtCreator etc) that I find very useful.
请先登录再写评论。