Fixes on built-in Python debugger

This commit is contained in:
wmayer
2012-12-29 17:07:02 +01:00
parent 1cdcbfa77a
commit 276a14addf
6 changed files with 89 additions and 12 deletions

View File

@@ -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&);