mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Improve attach to "Run Target". Now it's possible to debug a terminal application by using this attach.
This commit is contained in:
@@ -21,6 +21,7 @@ struct DapConfig {
|
||||
std::string request;
|
||||
std::vector<std::string> cmdArgs;
|
||||
nlohmann::json args;
|
||||
bool runTarget{ false };
|
||||
};
|
||||
|
||||
struct DapTool {
|
||||
|
||||
Reference in New Issue
Block a user