summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Drosera/breakpointEditor.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/Drosera/breakpointEditor.html')
-rw-r--r--WebKitTools/Drosera/breakpointEditor.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKitTools/Drosera/breakpointEditor.html b/WebKitTools/Drosera/breakpointEditor.html
new file mode 100644
index 0000000..30ef0c9
--- /dev/null
+++ b/WebKitTools/Drosera/breakpointEditor.html
@@ -0,0 +1 @@
+<div class="top">Breakpoint:<label>Enable:<input class="enable" type="checkbox" onclick="window.parent.toggleBreakpointOnLine(this.firstParentWithClass('editor').id)"></input></label><label>Hit Count:<span class="hitCounter">0</span></label><label>Action:<select class="editorDropdown" onchange="window.parent.updateBreakpointTypeOnLine(this.firstParentWithClass('editor').id)"><option value="pause">Pause</option><option value="log">Log</option></select></label><input type="button" class="close" onmouseup="window.parent.toggleBreakpointEditorOnLine(this.firstParentWithClass('editor').id)">&nbsp;</input></div><div class="bottom"><label class="conditionLabel" for="editorCondition">Condition:</label><div class="condition"></div></div> \ No newline at end of file