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 306993c commit a53c214Copy full SHA for a53c214
src/05-led-roulette/debug-it.md
@@ -109,7 +109,8 @@ $5 = 42
109
110
If we use `step` again on top of the `loop {}` statement, we'll get stuck because the program will
111
never pass that statement. Instead, we'll switch to the disassemble view with the `layout asm`
112
-command and advance one instruction at a time using `stepi`.
+command and advance one instruction at a time using `stepi`. You can always switch back into Rust
113
+source code view later by issuing the `layout src` command again.
114
115
> **NOTE** If you used the `step` command by mistake and GDB got stuck, you can get unstuck by hitting `Ctrl+C`.
116
0 commit comments