Code::Blocks Forums

User forums => Help => Topic started by: hbcpp on October 13, 2020, 11:16:24 pm

Title: Can I prevent debugger from stepping into Boost or STL header files?
Post by: hbcpp on October 13, 2020, 11:16:24 pm
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.
Title: Re: Can I prevent debugger from stepping into Boost or STL header files?
Post by: BlueHazzard on October 14, 2020, 08:35:25 am
On what occasion does it step into?
If you call step into? if you call step over?

Operating system?
Title: Re: Can I prevent debugger from stepping into Boost or STL header files?
Post by: oBFusCATed on October 15, 2020, 09:57:47 am
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.