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
582
582
@ doc """
583
583
Pries into the process environment.
584
584
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
-
588
585
This function is useful for debugging a particular chunk of code
589
586
when executed by a particular process. The process becomes
590
587
the evaluator of IEx commands and is temporarily changed to
@@ -600,6 +597,11 @@ defmodule IEx do
600
597
601
598
See also `break!/4` for others ways to pry.
602
599
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
+
603
605
## Examples
604
606
605
607
Let's suppose you want to investigate what is happening
You can’t perform that action at this time.
0 commit comments