mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 13:56:10 +00:00

Custom DAP events can be detected using https://code.visualstudio.com/api/references/vscode-api#debug.onDidReceiveDebugSessionCustomEvent. This API allows an lldb python script to send events to the DAP client to allow extensions to handle these custom events.