kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Toggle debugger #201

Closed fthebaud closed 7 years ago

fthebaud commented 7 years ago

Adding the possibility to quickly hide/show the debugger via keybinding "F12" (very useful when working on a smaller screen).

There may be a better way to do this using mercury, but I don't really have the time to learn mercury right now.

codecontemplator commented 7 years ago

@fthebaud : thanks! (I updated the code to use the existing collapse behaviour but I kept the rest)

fthebaud commented 7 years ago

Perfect! Yes, I tried to use the existing collapse behavior but couldn't get it to work... I'll go look and see how you did it.