main.c 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 void func_inner() { int a = 1; // Set breakpoint 1 here } int main() { func_inner(); return 0; // Set breakpoint 2 here }