REPL commands for stepping with instruction granularity
Hi!
As in the title, this PR adds REPL commands for stepping with instruction granularity regardless of what is set as the default stepping granularity.
It also fixes name of granularity parameter in docs.
I'm a bit tempted to instead have the granularity as argument to the commands instead of adding dedicated commands. Although I guess .ni is gdb inspired?
Leaving this open for a bit to gather some more feedback.
Yeah, GDB simply adds "i" suffix to stepping commands, and I've did the same here as it's quite convenient.
I'm playing around with making a plugin adding disassembly view (nvim-dap-disasm), so having instruction stepping commands is helpful.