Stepping Into Header File
-
- CodeLite Curious
- Posts: 1
- Joined: Mon Mar 08, 2010 7:02 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Stepping Into Header File
When I'm debugging and I step into the program my debugger opens all of my header files so I step into all of the functions within the header files. How can I turn this off?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Stepping Into Header File
Make sure that you compile with debugging flag ON (-g) and optimization turned off (-O0)
Eran
Eran
Make sure you have read the HOW TO POST thread