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

Class StepInResponse

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

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

Source from the content-addressed store, hash-verified

2397// Response to `stepIn` request. This is just an acknowledgement, so no body
2398// field is required.
2399struct StepInResponse : public Response {};
2400
2401DAP_DECLARE_STRUCT_TYPEINFO(StepInResponse);
2402

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…