IEx.Pry.break-exclamation-mark

You're seeing just the function break-exclamation-mark, go back to IEx.Pry module for more information.
Link to this function

break!(module, function, arity, breaks \\ 1)

View Source

Specs

break!(module(), atom(), arity(), non_neg_integer()) :: id()

Raising variant of break/4.

Link to this function

break!(module, function, args, guard, env, breaks \\ 1)

View Source

Specs

break!(
  module(),
  atom(),
  [Macro.t()],
  Macro.t(),
  Macro.Env.t(),
  non_neg_integer()
) :: id()

Raising variant of break/6.