mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 09:48:47 +00:00
Debugger: Add missing newline in "help" output
This commit is contained in:
parent
2822b1035f
commit
a40aa80df1
Notes:
sideshowbarker
2024-07-19 07:09:07 +09:00
Author: https://github.com/awesomekling
Commit: a40aa80df1
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void print_help()
|
||||||
"cont - Continue execution\n"
|
"cont - Continue execution\n"
|
||||||
"si - step to the next instruction\n"
|
"si - step to the next instruction\n"
|
||||||
"sl - step to the next source line\n"
|
"sl - step to the next source line\n"
|
||||||
"line - show the position of the current instruction in the source code"
|
"line - show the position of the current instruction in the source code\n"
|
||||||
"regs - Print registers\n"
|
"regs - Print registers\n"
|
||||||
"dis [number of instructions] - Print disassembly\n"
|
"dis [number of instructions] - Print disassembly\n"
|
||||||
"bp <address/symbol/file:line> - Insert a breakpoint\n");
|
"bp <address/symbol/file:line> - Insert a breakpoint\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue