Module DebugProtocol.ExceptionBreakMode

type t =
  1. | Never
  2. | Always
  3. | Unhandled
  4. | UserUnhandled
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t