For some reason I didn't feel confident using a debugger for a very long time. It's actually not hard at all, and is well worth the time to setup.
I hope this tutorial will be a help to those who need to go past the Msgbox or the Tooltip for debugging but aren't sure how to do so.
In this tutorial I will show the default settings I use, and explain why.
DebugView++
DebugView
==============================================================================
Use a helper function
==============================================================================
Example
==============================================================================
Editors like VisualStudio Code, AHK Studio, and SciTE for AutoHotkey, catch the OutputputDebug-Output directly within the builtin terminal in a separate panel.
So the Debug-Output will be shown within these text editors. And some other Text Editors / IDE's will support plugins to do the same.