IEx.Pry.reset_break
You're seeing just the function
reset_break
, go back to IEx.Pry module for more information.
Specs
reset_break(id()) :: :ok | :not_found
Resets the breaks on a given breakpoint ID.
Specs
Resets the breaks for the given module
, function
and arity
.
If the module
is not instrumented or if the given function
does not have a breakpoint, it is a no-op and it returns
:not_found
. Otherwise it returns :ok
.