Skip to content

Commit a90df95

Browse files
fredrikekreKristofferC
authored andcommitted
Add L to help, move q last. (#136)
1 parent 8a64fd8 commit a90df95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ function execute_command(state::DebuggerState, ::Val{:?}, cmd::AbstractString)
157157
- `w`: show all watch expressions evaluated in the current function's context\\
158158
- `w rm [i::Int]`: remove all or the `i`:th watch expression\\
159159
- `o`: open the current line in an editor\\
160-
- `q`: quit the debugger, returning `nothing`\\
161160
- `C`: toggle compiled mode\\
161+
- `L`: toggle showing lowered code instead of source code\\
162+
- `q`: quit the debugger, returning `nothing`\\
162163
Advanced commands:\\
163164
- `nc`: step to the next call\\
164165
- `se`: step one expression step\\

0 commit comments

Comments
 (0)