aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-26 16:37:48 +0800
committerobscuren <geffobscura@gmail.com>2014-06-26 16:37:48 +0800
commitb3367ec0e3e69694481cccd9335a63d2c559a543 (patch)
tree06ea78faf1e73d8a43958e5ac5db0fa75fa7a61b /ethereal/assets
parent1268413ba7f7a3bc0c60fbe47e582864b2de8ccd (diff)
downloadgo-tangerine-b3367ec0e3e69694481cccd9335a63d2c559a543.tar.gz
go-tangerine-b3367ec0e3e69694481cccd9335a63d2c559a543.tar.zst
go-tangerine-b3367ec0e3e69694481cccd9335a63d2c559a543.zip
Added option to not break eachline
Diffstat (limited to 'ethereal/assets')
-rw-r--r--ethereal/assets/debugger/debugger.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ethereal/assets/debugger/debugger.qml b/ethereal/assets/debugger/debugger.qml
index 31e0eb781..6f53697c9 100644
--- a/ethereal/assets/debugger/debugger.qml
+++ b/ethereal/assets/debugger/debugger.qml
@@ -208,6 +208,12 @@ ApplicationWindow {
}
text: "Next"
}
+ CheckBox {
+ id: breakEachLine
+ objectName: "breakEachLine"
+ text: "Break each instruction"
+ checked: true
+ }
}
}