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.
On what occasion does it step into?
If you call step into? if you call step over?
Operating system?
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.