DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

Debug window idea: debug output tab #161

Closed DrewNaylor closed 4 years ago

DrewNaylor commented 4 years ago

Copied from #86: For the debug window, in addition to the tabs for the debug options and the debug labels, add a tab for a large debug textbox similar to the Visual Studio Immediate Window, but read-only. In this tab, add two buttons in addition to the textbox, those being "Clear debug output" and "Write debug output to text file". When the user clicks "Clear debug output", show a warning message that says, "Are you sure you want to clear the debug output? This cannot be undone. To disable this message, uncheck 'Warn me when clearing the debug output' on the 'Debug preferences' tab, then click 'Apply'." The debug window can be resized larger than it is by default to allow the debug output textbox to be larger, but it can't be smaller than the default size. Give some spacing between the "Clear debug output" and the "Write debug output to text file" buttons. Make the window a resizeable tool window. Add a sub to the debug window VB file to update the textbox which accepts the first argument as what it appends to the bottom of the textbox.

DrewNaylor commented 4 years ago

Actually, maybe this would be too much. May as well just attach the Visual Studio debugger.