开发者

Odd Issue with the Regular Build Option

For some reason when I press F10 to do a regular build of my 开发者_如何学Cproject, it builds then launches with a breakpoint/arrow thing on the first curly bracket of my Main function.

What is causing this? It only happens every other time I build and it's quite annoying.


F10 is the "Step Over" debug command. The fact that it's being built is a side effect of the editor tracking changes that you've made since the last time the project was run. So it's doing exactly what you've asked - Debug the project and step over the first instruction.

The default code to build the project is Ctr+Shift+B.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜