diff options
author | hjk <hjk@theqtcompany.com> | 2015-07-23 11:23:52 +0200 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2015-08-20 09:15:23 +0000 |
commit | aa4485af85d671b0aafb3607deb57d4ebc257b01 (patch) | |
tree | 47317754fd81f7dea29061c6eee920227c5589f0 /src/plugins/pythoneditor/pythoneditorplugin.h | |
parent | 9c27b9fd5fc2f3e75c30ab02e39d21b5a9c98322 (diff) | |
download | qt-creator-aa4485af85d671b0aafb3607deb57d4ebc257b01.tar.gz |
Debugger: Rework Python Debugger
The (re-)enables basic stepping, data display, frame selection etc
for Python 2 and 3. Arguments passing, jump to line etc.
don't work yet.
Change-Id: I8af03e5905092360eb268ba3081a1236b1f8577f
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.h b/src/plugins/pythoneditor/pythoneditorplugin.h index 4d02758a90..b688e0a2f6 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.h +++ b/src/plugins/pythoneditor/pythoneditorplugin.h @@ -32,6 +32,9 @@ #define PYTHONEDITOR_PLUGIN_H #include <extensionsystem/iplugin.h> +#include <projectexplorer/runconfiguration.h> +#include <projectexplorer/target.h> + #include <QSet> namespace PythonEditor { |