User forums > Help

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

(1/1)

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.

Navigation

[0] Message Index

Go to full version