IEx.Pry.remove_breaks

You're seeing just the function remove_breaks, go back to IEx.Pry module for more information.

Specs

remove_breaks() :: :ok

Removes all breakpoints on all modules.

This effectively loads the non-instrumented version of currently instrumented modules into memory.

Specs

remove_breaks(module()) :: :ok | {:error, :no_beam_file}

Removes breakpoints in the given module.

This effectively loads the non-instrumented version of the module into memory.