mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-20 22:36:11 +00:00
10 lines
254 B
Plaintext
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.
|