Topic: Debugger wish-list
No particular order
* keyboard hot-keys on the bottom line of the keyboard, as alternatives for F8, F9, shift-F9, for step-in/step-over.
(perhaps with Shift, Ctrl or Alt). Having to reach my whole arm across the keyboard, focus my eyes on F8 etc,
and aim my stubby finger accurately, is a significant hindrance during quick-fire debugging sessions
* Resume FROM cursor.
* Edit contents of a variable.
* Better tools if possible to diagnose why my code caused the debugger to stop. I often find I can get no clue
from the 'stack' and 'threads' options, and, after a stoppage, variables all display, just *indeterminate*.
----
John