Juno.jl icon indicating copy to clipboard operation
Juno.jl copied to clipboard

[FR] Keybindings for Debug Run Cell and Debug Run Block

Open carstenbauer opened this issue 5 years ago • 2 comments

Came up in a discussion with @pfitzseb on Slack: it would be nice to have keybindings for Julia Debug: Run Cell and Julia Debug: Run Block. In particular, I'd think that the latter is actually more important than the basic Julia Debug: Run File (currently on f5) for non-script files.

In any case, since alt+enter runs a cell and ctrl+enter runs a block I propose alt+f5 to debug a cell and ctrl+f5 to debug a block to be consistent. (Note, however, that ctrl+f5 is currently bound to julia-debug:step-through-file)

carstenbauer avatar Feb 16 '20 18:02 carstenbauer

I'm trying to figure out how to add those shortcuts through keybinding customisations but I can't find the respect Julia debug 'command' needed for the keycap file anywhere. Is there a list available somewhere?

stefkuypers avatar Feb 07 '21 09:02 stefkuypers

Not really (although you can find most commands here), but you're looking for julia-debug:run-block/julia-debug:step-through-block.

pfitzseb avatar Feb 08 '21 09:02 pfitzseb