Skip to content

Commit a19c8c0

Browse files
Register alias for whereami command
1 parent a89420d commit a19c8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/debug/session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def register_default_command
739739

740740
# * `whereami`
741741
# * Show the current frame with source code.
742-
register_command 'whereami', unsafe: false do
742+
register_command 'whereami', '@', unsafe: false do
743743
request_tc [:show, :whereami]
744744
end
745745

0 commit comments

Comments
 (0)