ContinuedEvent.M
type body = {
threadId : int;
allThreadStopped : bool Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val event : string