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

@@ -45,7 +45,6 @@ public:
PythonEditor(QWidget *parent = 0);
~PythonEditor();
void startDebug();
void toggleBreakpoint();
void showDebugMarker(int line);
void hideDebugMarker();
@@ -62,6 +61,7 @@ public Q_SLOTS:
*/
void onUncomment();
void setFileName(const QString&);
void startDebug();
protected:
/** Pops up the context menu with some extensions */