News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can I prevent debugger from stepping into Boost or STL header files?

Started by hbcpp, October 13, 2020, 11:16:24 PM

Previous topic - Next topic

hbcpp

The titles says it all.

When I am debugging a program it is really a pain to have the debugger step into all the libraries files and I am wondering if there is anything I can do to stop it.

I use the latest CB version on win10.

BlueHazzard

On what occasion does it step into?
If you call step into? if you call step over?

Operating system?

oBFusCATed

Newer GDB have this https://sourceware.org/gdb/onlinedocs/gdb/Skipping-Over-Functions-and-Files.html
You can define them in initial commands, in a file and sourcing it or at the command prompt in the debugger log.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]