Stepping Into Header File

General questions regarding the usage of CodeLite
fimius
CodeLite Curious
Posts: 1
Joined: Mon Mar 08, 2010 7:02 pm
Genuine User: Yes
IDE Question: C++
Contact:

Stepping Into Header File

Post by fimius »

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?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Stepping Into Header File

Post by eranif »

Make sure that you compile with debugging flag ON (-g) and optimization turned off (-O0)

Eran
Make sure you have read the HOW TO POST thread
Post Reply