5

如果我需要通过 std::function 调用,使用调试器单步执行函数对象可能会非常混乱。

是否有可能跳过这些帧?

4

1 回答 1

3

gdb 7.4 为此添加了 skip 系列命令。

(gdb) apropos skip
info skip -- Display the status of skips
set step-mode -- Set mode of the step operation
show step-mode -- Show mode of the step operation
skip -- Ignore a function while stepping
skip delete -- Delete skip entries
skip disable -- Disable skip entries
skip enable -- Enable skip entries
skip file -- Ignore a file while stepping
skip function -- Ignore a function while stepping
于 2012-06-08T22:27:41.127 回答