debugger fixes and improvements for macOS.

This commit is contained in:
Martín Lucas Golini
2025-01-05 11:31:52 -03:00
parent 0330f38cae
commit d73f1ea1ed
6 changed files with 148 additions and 30 deletions

View File

@@ -26,6 +26,8 @@ struct DapTool {
std::vector<std::string> languagesSupported;
DapRunConfig run;
std::vector<DapConfig> configurations;
std::unordered_map<std::string, std::string> findBinary;
std::string fallbackCommand;
};
class DebuggerPlugin : public PluginBase {