Skip to content

Commit

Permalink
Merge pull request rails#45329 from siaw23/add_notes_to_quit
Browse files Browse the repository at this point in the history
Add notes on how to exit the debugger [ci-skip]
  • Loading branch information
jonathanhefner committed Jun 14, 2022
2 parents 0adc234 + 14e8939 commit 4a55631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/debugging_rails_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ Processing by PostsController#index as HTML
(rdbg)
```

You can exit the debugging session at any time and continue your application execution with the `continue` (or `c`) command. Or, to exit both the debugging session and your application, use the `quit` (or `q`) command.

### The Context

After entering the debugging session, you can type in Ruby code as you're in a Rails console or IRB.
Expand Down

0 comments on commit 4a55631

Please sign in to comment.