可以将函数调用用作断点过滤器。在以下示例中,如果字符串 str 中的值是 abcde,则在函数 foo() 中停止执行:
(dbx) stop in foo -if !strcmp(“abcde”,str)