diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-11 21:08:44 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-11 21:08:44 +0000 |
commit | 0e9eea40b62fcae67b2bd885dbedd7525fbca3c7 (patch) | |
tree | 099467fd4c16441f60a879239056b235c7fdabdc /doc/development/pry_debugging.md | |
parent | 1ca9950d5f890cd8f185e1eda158b969a7244fe2 (diff) | |
download | gitlab-ce-0e9eea40b62fcae67b2bd885dbedd7525fbca3c7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/pry_debugging.md')
-rw-r--r-- | doc/development/pry_debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/pry_debugging.md b/doc/development/pry_debugging.md index 17d8428b0c0..0558a0a515a 100644 --- a/doc/development/pry_debugging.md +++ b/doc/development/pry_debugging.md @@ -103,7 +103,7 @@ You also can move around in the callstack with these commands: ## Short commands When you use `binding.pry` instead of `byebug`, the short commands -like `s`, `n`, `f`, and `c` do not work. To reinstall them, add this +like `s`, `n`, `f`, and `c` do not work. To reinstall them, add this to `~/.pryrc`: ```ruby |