Fixes in Python debugger

This commit is contained in:
wmayer
2012-11-01 22:28:04 +01:00
parent 7862fb29c7
commit 77d98a4d32
5 changed files with 88 additions and 66 deletions

View File

@@ -45,6 +45,11 @@ public:
PythonEditor(QWidget *parent = 0);
~PythonEditor();
void startDebug();
void toggleBreakpoint();
void showDebugMarker(int line);
void hideDebugMarker();
public Q_SLOTS:
/** Inserts a '#' at the beginning of each selected line or the current line if
* nothing is selected
@@ -56,6 +61,7 @@ public Q_SLOTS:
* this line is skipped.
*/
void onUncomment();
void setFileName(const QString&);
protected:
/** Pops up the context menu with some extensions */