简体   繁体   English

Eclipse CDT调试(步骤过滤器/避免的库代码)

[英]Eclipse CDT debugging (Step filters/avoiding library code)

When I'm debugging C++ code in Eclipse, I'm forced to step through library code when I'd like to skip over those details and debug only the code that I've written. 当我在Eclipse中调试C ++代码时,当我想跳过这些详细信息并仅调试我编写的代码时,不得不浏览库代码。 How do I do this? 我该怎么做呢? I've searched and haven't found a real answer. 我已经搜索过,但是没有找到真正的答案。

use <F6> to step over the call to the system function 使用<F6>step over该呼叫到系统功能

rather than 而不是

using <F5> which steps into the call to the system function. 使用<F5> steps into对系统函数的调用。

These two keystrokes are also shown as icons on the debug menu 这两个击键在调试菜单上也显示为图标

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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