mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
debugger fixes and improvements for macOS.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user