I have a simple program with one call to printf ``` int main(int argc, char *argv[]) { printf("Input: "); return 0; } ``` I then analyze this using a pathgroup and a breakpoint on "call" events. However the breakpoint is never triggered, which is unexpected.
I have a simple program with one call to printf
I then analyze this using a pathgroup and a breakpoint on "call" events.
However the breakpoint is never triggered, which is unexpected.