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