I love it.
I’m particularly happy that there is a fixed debug menu, not just the floating one that follows the current line. It was quite frustrating to hunt for that all the time (and sometimes it fell off the screen.)
Some questions:
- I presume that you can assign keyboard shortcuts as well?
- Do you have to debug in a special ‘debug console’ (like in Python), or can you launch the debugger inside the current console, keeping the current state of the workspace (like in Matlab)?
- When will rr debugging be supported? (Just joking.)
Missing:
- Breakpoints (of course)
- Conditional breakpoints
- Launch debugger on raised exception
- Launch debugger on captured exception