Fixes on built-in Python debugger
This commit is contained in:
@@ -169,6 +169,8 @@ public:
|
||||
bool stop();
|
||||
void tryStop();
|
||||
void stepOver();
|
||||
void stepInto();
|
||||
void stepRun();
|
||||
void showDebugMarker(const QString&, int line);
|
||||
void hideDebugMarker(const QString&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user