New debugger implemented

This commit is contained in:
obscuren
2014-05-27 13:28:11 +02:00
parent d0b31e2030
commit 47417506c3
4 changed files with 25 additions and 18 deletions

View File

@@ -306,14 +306,6 @@ ApplicationWindow {
text: "Connect"
}
*/
Button {
property var enabled: true
id: debuggerWindow
onClicked: {
ui.startDebugger()
}
text: "Debugger"
}
Button {
id: importAppButton