mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
More WIP.
This commit is contained in:
@@ -49,6 +49,9 @@ class DebuggerPlugin : public PluginBase {
|
||||
protected:
|
||||
friend class DebuggerClientListener;
|
||||
|
||||
bool mInitialized{ false };
|
||||
std::string mProjectPath;
|
||||
|
||||
std::vector<DapTool> mDaps;
|
||||
std::unique_ptr<DebuggerClient> mDebugger;
|
||||
std::unique_ptr<DebuggerClientListener> mListener;
|
||||
@@ -71,12 +74,16 @@ class DebuggerPlugin : public PluginBase {
|
||||
|
||||
void buildSidePanelTab();
|
||||
|
||||
void buildStatusBar();
|
||||
|
||||
void updateSidePanelTab();
|
||||
|
||||
void updateDebuggerConfigurationList();
|
||||
|
||||
void hideSidePanel();
|
||||
|
||||
void hideStatusBarElement();
|
||||
|
||||
void loadDAPConfig( const std::string& path, bool updateConfigFile );
|
||||
|
||||
void runConfig( const std::string& debugger, const std::string& configuration );
|
||||
|
||||
Reference in New Issue
Block a user