Several fixes related to breakpoints.

This commit is contained in:
Martín Lucas Golini
2025-01-24 21:43:07 -03:00
parent 4315808074
commit 3cdfc849a8
9 changed files with 65 additions and 15 deletions

View File

@@ -187,6 +187,8 @@ class DebuggerPlugin : public PluginBase {
bool breakpointSetEnabled( const std::string& doc, Uint32 lineNumber, bool enabled );
bool hasBreakpoint( const std::string& doc, Uint32 lineNumber );
bool onMouseDown( UICodeEditor*, const Vector2i&, const Uint32& flags ) override;
bool isSupportedByAnyDebugger( const std::string& language );