File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -582,9 +582,6 @@ defmodule IEx do
582582 @ doc """
583583 Pries into the process environment.
584584
585- When you start `iex`, IEx will set this function to be the
586- default `dbg/2` backend unless the `--no-pry` flag is given.
587-
588585 This function is useful for debugging a particular chunk of code
589586 when executed by a particular process. The process becomes
590587 the evaluator of IEx commands and is temporarily changed to
@@ -600,6 +597,11 @@ defmodule IEx do
600597
601598 See also `break!/4` for others ways to pry.
602599
600+ > #### `dbg/0` integration
601+ >
602+ > By calling `iex --dbg pry`, `iex` will set this function
603+ > as the default backend for `dbg/0` calls.
604+
603605 ## Examples
604606
605607 Let's suppose you want to investigate what is happening
You can’t perform that action at this time.
0 commit comments