debugger: start implementing a debugger console

This commit is contained in:
hjk
2010-09-22 12:25:42 +02:00
parent d9f4cb4170
commit cf1ffdbc45
5 changed files with 478 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ QT += gui \
HEADERS += breakhandler.h \
breakwindow.h \
breakpoint.h \
consolewindow.h \
debuggeragents.h \
debuggeractions.h \
debuggerconstants.h \
@@ -56,6 +57,7 @@ HEADERS += breakhandler.h \
SOURCES += breakhandler.cpp \
breakwindow.cpp \
breakpoint.cpp \
consolewindow.cpp \
debuggeragents.cpp \
debuggeractions.cpp \
debuggerdialogs.cpp \