More fixes. Added debuggers to health tool.

This commit is contained in:
Martín Lucas Golini
2025-01-13 01:24:30 -03:00
parent 882e68542e
commit fb3b866f29
9 changed files with 179 additions and 29 deletions

View File

@@ -62,10 +62,13 @@ class DebuggerPlugin : public PluginBase {
void onLoadProject( const std::string& projectFolder,
const std::string& projectStatePath ) override;
std::vector<DapTool> getDebuggersForLang( const std::string& lang );
protected:
friend class DebuggerClientListener;
bool mInitialized{ false };
bool mDisplayRegisters{ false };
std::string mProjectPath;
std::vector<DapTool> mDaps;