mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
More fixes. Added debuggers to health tool.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user