MCPcopy Create free account
hub / github.com/1c-syntax/Coverage41C / ping

Method ping

src/main/java/com/clouds42/DebugClient.java:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 public List<? extends DBGUIExtCmdInfoBase> ping() throws RuntimeDebugClientException {
192 Request request = this.buildRequest(HttpMethod.POST, this.debugComponentUrl).param("cmd", "pingDebugUIParams").param("dbgui", this.debugServerUuid.toString());
193 RDBGPingDebugUIResponse responseContent = this.performRuntimeHttpRequest(request, RDBGPingDebugUIResponse.class);
194 return (responseContent == null ? Collections.emptyList() : responseContent.getResult());
195 }
196
197 public void setLineBreakpoints(Map<BslModuleInformation, List<BslLineBreakpointInformation>> modulesBreakpoints) throws RuntimeDebugClientException {
198 RDBGSetBreakpointsRequest requestContent = ResponseFactory.eINSTANCE.createRDBGSetBreakpointsRequest();

Callers 1

mainLoopMethod · 0.80

Calls 2

buildRequestMethod · 0.95

Tested by

no test coverage detected