mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
Basic debugging working.
This commit is contained in:
@@ -109,6 +109,10 @@ class DebuggerPlugin : public PluginBase {
|
||||
|
||||
bool setBreakpoint( UICodeEditor* editor, Uint32 lineNumber );
|
||||
|
||||
bool setBreakpoint( TextDocument* doc, Uint32 lineNumber );
|
||||
|
||||
bool breakpointToggleEnabled( TextDocument* doc, Uint32 lineNumber );
|
||||
|
||||
bool onMouseDown( UICodeEditor*, const Vector2i&, const Uint32& flags ) override;
|
||||
|
||||
bool isSupportedByAnyDebugger( const std::string& language );
|
||||
@@ -116,7 +120,10 @@ class DebuggerPlugin : public PluginBase {
|
||||
void runCurrentConfig();
|
||||
|
||||
void sendFileBreakpoints( const std::string& filePath );
|
||||
|
||||
void sendPendingBreakpoints();
|
||||
|
||||
StatusDebuggerController* getStatusDebuggerController() const;
|
||||
};
|
||||
|
||||
} // namespace ecode
|
||||
|
||||
Reference in New Issue
Block a user