We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5ad2f commit 5241435Copy full SHA for 5241435
1 file changed
lib/python-debugger-view.coffee
@@ -32,6 +32,10 @@ class PythonDebuggerView extends View
32
@subview "commandEntryView", new TextEditorView
33
mini: true,
34
placeholderText: "> Enter debugger commands here"
35
+ @button outlet: "breakpointBtn", click: "toggleBreakpoint", class: "btn", =>
36
+ @span "breakpoint"
37
+ @button class: "btn", =>
38
+ @span " "
39
@button outlet: "runBtn", click: "runApp", class: "btn", =>
40
@span "run"
41
@button outlet: "stopBtn", click: "stopApp", class: "btn", =>
0 commit comments