UNPKG

atom-nuclide

Version:

A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.

55 lines (54 loc) 1.39 kB
{ "menu": [ { "label": "Nuclide", "submenu": [ { "label": "Debugger", "submenu": [ { "label": "Show", "command": "nuclide-debugger:show" }, { "label": "Hide", "command": "nuclide-debugger:hide" }, { "label": "Toggle", "command": "nuclide-debugger:toggle" }, { "label": "Launch/Attach...", "command": "nuclide-debugger:toggle-launch-attach" }, { "label": "Stop Debugging", "command": "nuclide-debugger:stop-debugging" }, { "label": "Continue Debugging", "command": "nuclide-debugger:continue-debugging" }, { "label": "Toggle Breakpoint", "command": "nuclide-debugger:toggle-breakpoint" }, { "label": "Step Over", "command": "nuclide-debugger:step-over" }, { "label": "Step Into", "command": "nuclide-debugger:step-into" }, { "label": "Step Out", "command": "nuclide-debugger:step-out" } ] } ] } ] }