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.
13 lines (12 loc) • 411 B
JSON
{
"atom-workspace": {
"cmd-shift-y": "nuclide-debugger:toggle",
"cmd-shift-a": "nuclide-debugger:toggle-launch-attach",
"f8": "nuclide-debugger:continue-debugging",
"shift-f5": "nuclide-debugger:stop-debugging",
"f10": "nuclide-debugger:step-over",
"f11": "nuclide-debugger:step-into",
"shift-f11": "nuclide-debugger:step-out",
"f9": "nuclide-debugger:toggle-breakpoint"
}
}