Author Topic: Can I prevent debugger from stepping into Boost or STL header files?  (Read 3420 times)

Offline hbcpp

  • Multiple posting newcomer
  • *
  • Posts: 13
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.
« Last Edit: October 13, 2020, 11:31:03 pm by hbcpp »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Can I prevent debugger from stepping into Boost or STL header files?
« Reply #1 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Can I prevent debugger from stepping into Boost or STL header files?
« Reply #2 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.
(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!]