1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-20 22:36:11 +00:00
2015-12-13 22:34:58 +09:00

10 lines
254 B
Plaintext

Breakpoint 1 at 0x........: file hg01_all_ok.c, line 13.
Continuing.
Breakpoint 1, breakme () at hg01_all_ok.c:13
13 if (shared == 1)
Continuing.
Breakpoint 1, breakme () at hg01_all_ok.c:13
13 if (shared == 1)
Continuing.
Program exited normally.