Module DebugProtocol.StoppedEvent
type reason =
| Step
| Breakpoint
| Exception
| Pause
| Entry
| Goto
| FunctionBreakpoint
| DataBreakpoint
| InstructionBreakpoint
| Other of string
val reason_of_js : Ojs.t -> reason
val reason_to_js : reason -> Ojs.t
include sig ... end
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t