We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
break!/4
1 parent 7181231 commit 9565310Copy full SHA for 9565310
lib/iex/lib/iex.ex
@@ -643,7 +643,7 @@ defmodule IEx do
643
By default, the number of stops in a breakpoint is 1. Any follow-up
644
call won't stop the code execution unless another breakpoint is set.
645
646
- Alternatively, the number of be increased by passing the `stops`
+ Alternatively, the number of stops can be increased by passing the `stops`
647
argument. `IEx.Helpers.reset_break/1` and `IEx.Helpers.reset_break/3`
648
can be used to reset the number back to zero. Note the module remains
649
"instrumented" even after all stops on all breakpoints are consumed.
0 commit comments