Debug Enhancement Request
1) It would be SUPER handy if all the entries in the Debug menu could either be added to the main window toolbar or on each of the open window under the current Debug icon. I know I can either use keyboard shortcuts or click the Debug menu then my preferred action but I find it easier to click the icon directly that is always visible.
2) When debugging it would be nice to see the current value of a moused over object/variable
3) Can we please get some IntelliSense/type-ahead for the Watch window?
Comments
Thanks for your feedback. There's an entry for (1) in the feature suggestions site, although it hasn't got much love:
https://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/17776291-add-buttons-on-query-menu-for-debugging-optionss
It would require around 12 new entries so this would mean a separate toolbar that could be switched off for those that don't want the clutter or loss of vertical space.
The debugger does tell you the current value of a local variable when you hover over it, although there are some cases when this doesn't work, such as when the active frame puts the variable out of scope. Is there a specific case that's causing you trouble?
Autocompletion in the Watch window is (fairly low) on the list because there hasn't been much demand and it's a big project.