daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
366 stars 41 forks source link

Keybindings + Commands #244

Closed aubreypwd closed 5 months ago

aubreypwd commented 5 months ago

I'm not smart enough to figure out what the various commands are so I can setup keybindings like:

{ "keys": ["alt+x", "alt+o"], "command": "debugger_open" }

Can you document a list of commands?

druppy commented 5 months ago

Could this help ?

aubreypwd commented 5 months ago

Yes, that looks like what I needed!

Thank you