How to improve the Call Stack when your program GPFs to show Procedure Names in Stack Trace

This is getting off the topic of
Improving GPF Reports. I’ll split “Remote Debugging” into a new topic when I get to a PC, or another mod should.

The original Debug View allows “Remote Monitoring”.

Remote monitoring: Capture kernel-mode and/or Win32 debug output from any computer accessible via TCP/IP - even across the Internet. You can monitor multiple remote computers simultaneously. DebugView will even install its client software itself if you are running it on a Windows 2000 system and are capturing from another Windows 2000 system in the same Network Neighborhood.

https://documentation.help/DebugView/DbgviewRemote_Monitoring.htm

Logging would be different than the Debug I would output that could be verbose.

It must be 10 times a day I code for an error thinking “this can never happen”. But I check and always output obvious debug, which I never see unless the customer calls. Logging these impossible failures to Honey Comb would give me visibility.