Skip to content

Commit 5241435

Browse files
committed
add breakpoint toggle button
1 parent ce5ad2f commit 5241435

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/python-debugger-view.coffee

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ class PythonDebuggerView extends View
3232
@subview "commandEntryView", new TextEditorView
3333
mini: true,
3434
placeholderText: "> Enter debugger commands here"
35+
@button outlet: "breakpointBtn", click: "toggleBreakpoint", class: "btn", =>
36+
@span "breakpoint"
37+
@button class: "btn", =>
38+
@span " "
3539
@button outlet: "runBtn", click: "runApp", class: "btn", =>
3640
@span "run"
3741
@button outlet: "stopBtn", click: "stopApp", class: "btn", =>

0 commit comments

Comments
 (0)