开发者

Eclipse cdt/gdb automatic breakpoint on program entry - how to disable?

开发者 https://www.devze.com 2023-02-08 18:17 出处:网络
I am using eclipse cdt to develop a c++ program. One thing that drives me crazy is that either eclipse cdt or gdb which it uses for debugging break automatically on main method entry. I don\'t want to

I am using eclipse cdt to develop a c++ program. One thing that drives me crazy is that either eclipse cdt or gdb which it uses for debugging break automatically on main method entry. I don't want to break there!

Before I had some problems and had to recreate my proje开发者_Go百科ct from scratch, I managed to disable this feature (I think) but for the life of me I cannot find it now! Problems seems to be the eight million different places where debug settings can be found in eclipse.

Does anyone know how to disable this?


Go to Run / Debug Configurations / Debugger / Stop on startup at: [main]

0

精彩评论

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