Skip to content

Commit

Permalink
Atom IDE - Don't show debugger when setting breakpoints
Browse files Browse the repository at this point in the history
By default, when setting a breakpoint (1) the debugger (2) will be shown
automatically. Sometimes this is not be desired goal (e.g. by
accidentally setting a breakpoint) and has been disabled.

References:

  (1) https://nuclide.io/docs/features/debugger/#breakpoints
  (2) https://nuclide.io/docs/features/debugger

Closes GH-166
  • Loading branch information
arcticicestudio committed Nov 13, 2018
1 parent 6826f9c commit 360f714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snowblocks/atom/config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
formatOnType: false
"atom-ide-datatip":
datatipDebounceDelay: 2000
"atom-ide-debugger":
showDebuggerOnBpSet: false
hyperclick:
linuxTriggerKeys: "shiftKey,ctrlKey"
"atom-material-ui":
Expand Down

0 comments on commit 360f714

Please sign in to comment.