3031323334353637383940
scriptCollectedBody = body.asScriptCollectedBody(); } catch (JsonProtocolParseException e) { throw new RuntimeException(e); } long scriptId = scriptCollectedBody.script().id(); getDebugSession().getScriptManager().scriptCollected(scriptId); } }