简体   繁体   中英

Code::blocks debugging: Do not step into header files

I am using Code::Blocks for an upcoming college programming course and wanted to find out if there is a way to step through code only in the current project, and not jump into individual header files (iomanip, iostream, stdio, etc.)?

Right now, when I use step into, it steps into each header file for calls like setw or other function calls. Is there anyway to disable this functionality similar to "Step filters" in eclipse?

Thanks!

For MSVC there is options known as "Just My Code"

MSVC - Debug Just My Code

You just dont press F11 equivalent (step into) button when you are on library function like printf(...)

I agree that is little bit of pain when you have many library function in your function all (single line)

You can check someting similar for code block

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM