|
|
|
@ -413,8 +413,7 @@ ApplicationWindow { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SplitView { |
|
|
|
|
orientation: Qt.Vertical |
|
|
|
|
anchors.fill: parent |
|
|
|
|
orientation: Qt.Horizontal |
|
|
|
|
TableView { |
|
|
|
|
property var debuggerLog: ListModel { |
|
|
|
|
id: debuggerLog |
|
|
|
@ -422,7 +421,6 @@ ApplicationWindow { |
|
|
|
|
TableViewColumn{ role: "value"; title: "Debug messages" } |
|
|
|
|
model: debuggerLog |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
TableView { |
|
|
|
|
property var stackModel: ListModel { |
|
|
|
|
id: stackModel |
|
|
|
@ -436,6 +434,7 @@ ApplicationWindow { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function setAsm(asm) { |
|
|
|
|
asmModel.append({asm: asm}) |
|
|
|
|