You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DAP Run-In-Terminal Capability Flags and Update Build Configurations
Extend `InitializeRequestArguments` with two new boolean fields:
`supportsRunInTerminalRequest` and `supportsArgsCanBeInterpretedByShell`,
serializing them in both `To()` and `From()` methods. This enables the DAP
client to advertise terminal launch support to debug servers.
Also update the `dbgcli` project file to use `.exe` output extension and
switch to the UNIX makefile generator for better cross-platform builds.
Mark an unused local helper in `UI.cpp` with `[[maybe_unused]]` to silence
compiler warnings.
* dap/dap.hpp
* dap/dap.cpp
* dbgcli/dbgcli.project
* dbgcli/UI.cpp
**Generated by CodeLite**
Signed-off-by: Eran Ifrah <eran@codelite.org>
0 commit comments