MCPcopy Create free account
hub / github.com/Kitware/CMake / StepOutResponse

Class StepOutResponse

Utilities/cmcppdap/include/dap/protocol.h:2476–2476  ·  view source on GitHub ↗

Response to `stepOut` request. This is just an acknowledgement, so no body field is required.

Source from the content-addressed store, hash-verified

2474// Response to `stepOut` request. This is just an acknowledgement, so no body
2475// field is required.
2476struct StepOutResponse : public Response {};
2477
2478DAP_DECLARE_STRUCT_TYPEINFO(StepOutResponse);
2479

Callers 1

cmDebuggerAdapterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…