meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
gdb [2025/05/28 07:02] – [breakpoints] niziak | gdb [2025/05/28 07:16] (current) – [stepping] niziak | ||
---|---|---|---|
Line 59: | Line 59: | ||
==== stepping ==== | ==== stepping ==== | ||
- | * s [tep] - step to next **source** line | ||
- | * c [ontinue] < | ||
- | * n [ext] - step (do not enter to subroutines) | ||
- | * fin [ish] - execute until stack frame returns | ||
- | * u [ntil] <line number> - execute to line (to avoid loops) | ||
+ | * **s** [tep] - step to next **source** line | ||
+ | * **c** [ontinue] < | ||
+ | * **n** [ext] - step (do not enter to subroutines) | ||
+ | * **fin** [ish] - execute until stack frame returns | ||
+ | * **u** [ntil] <line number> - execute to line (to avoid loops) | ||
+ | | ||
+ | Skip current command: | ||
+ | < | ||
+ | tbreak +1 | ||
+ | jump +1 | ||
+ | </ | ||
==== infos ==== | ==== infos ==== | ||
* show debug-file-directory | * show debug-file-directory |