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

Class InitializedEvent

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

This event indicates that the debug adapter is ready to accept configuration requests (e.g. `setBreakpoints`, `setExceptionBreakpoints`). A debug adapter is expected to send this event when it is ready to accept configuration requests (but not before the `initialize` request has finished). The sequence of events/requests is as follows: - adapters sends `initialized` event (after the `initialize` r

Source from the content-addressed store, hash-verified

1211// - client sends one `configurationDone` request to indicate the end of the
1212// configuration.
1213struct InitializedEvent : public Event {};
1214
1215DAP_DECLARE_STRUCT_TYPEINFO(InitializedEvent);
1216

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…