Improve attach to "Run Target". Now it's possible to debug a terminal application by using this attach.

This commit is contained in:
Martín Lucas Golini
2025-02-05 02:08:31 -03:00
parent eae433796e
commit 72c1d9fd3f
7 changed files with 29 additions and 18 deletions

View File

@@ -21,6 +21,7 @@ struct DapConfig {
std::string request;
std::vector<std::string> cmdArgs;
nlohmann::json args;
bool runTarget{ false };
};
struct DapTool {