forked from qt-creator/qt-creator
debugger: start implementing a debugger console
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user