Topic: Suggested improvements to debugger user interface
I would like to suggest a couple of *easy* suggestions for improving the debugging experience.
(1) The Debug menu shows the Function Key accelerators for Step Over (F8), Step In (F9) etc. Would it be possible to also put these accelerators in the "tool tip" text that pops up when the user hovers over the toolbar icons. (I am always looking for these tool tips to remind me of the function keys but they don't)
(2) In the Project Options, Code Generation tab, add an option to allow debug safe optimizations (-Og).
None
Debug safe (-Og)
Size (-Os)
Common (-O2)
Extreme (-O3)
David