We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19c8c0 commit 9acb310Copy full SHA for 9acb310
2 files changed
README.md
@@ -675,6 +675,8 @@ The `<…>` notation means the argument.
675
* Show current frame's source code from the line <start> to <end> if given.
676
* `whereami`
677
* Show the current frame with source code.
678
+* `@`
679
+ * Same as `whereami`.
680
* `edit`
681
* Open the current file on the editor (use `EDITOR` environment variable).
682
* Note that edited file will not be reloaded.
lib/debug/session.rb
@@ -739,6 +739,8 @@ def register_default_command
739
740
# * `whereami`
741
# * Show the current frame with source code.
742
+ # * `@`
743
+ # * Same as `whereami`.
744
register_command 'whereami', '@', unsafe: false do
745
request_tc [:show, :whereami]
746
end
0 commit comments