We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2822b10 commit a40aa80Copy full SHA for a40aa80
Applications/Debugger/main.cpp
@@ -170,7 +170,7 @@ void print_help()
170
"cont - Continue execution\n"
171
"si - step to the next instruction\n"
172
"sl - step to the next source line\n"
173
- "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"
174
"regs - Print registers\n"
175
"dis [number of instructions] - Print disassembly\n"
176
"bp <address/symbol/file:line> - Insert a breakpoint\n");
0 commit comments