MCPcopy Index your code
hub / github.com/1c-syntax/Coverage41C / initRequest

Method initRequest

src/main/java/com/clouds42/DebugClient.java:377–381  ·  view source on GitHub ↗
(RDbgBaseRequest request)

Source from the content-addressed store, hash-verified

375 }
376
377 protected RDbgBaseRequest initRequest(RDbgBaseRequest request) {
378 request.setIdOfDebuggerUI(this.debugServerUuid.toString());
379 request.setInfoBaseAlias(this.infobaseAlias);
380 return request;
381 }
382
383 protected List<DbgTargetStateInfo> performStepAction(DebugTargetId debugTarget, DebugStepAction actionType) throws RuntimeDebugClientException {
384 RDBGStepRequest requestContent = ResponseFactory.eINSTANCE.createRDBGStepRequest();

Callers 15

connectMethod · 0.95
disconnectMethod · 0.95
initSettingsMethod · 0.95
getStateMethod · 0.95
suspendMethod · 0.95
setLineBreakpointsMethod · 0.95
evaluateExpressionsMethod · 0.95
evaluateVariablesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected