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]
精彩评论