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

So does any one know how to do this themselves besides Capesoft? :grinning:

I’ve been looking at the debug api’s in windows Debugapi.h header - Win32 apps | Microsoft Docs and wanted to have debugview capture the lines that someone would normally step over in the debugger, and obviously debugview can log the output automatically as I think it would be useful for post mortem analysis, buts its something that could work along side existing outputdebugstringA.

I admit I havent got any further into this yet, sorting out access rights atm, but I’m intrigued in how far I can take the remote debugging api
CheckRemoteDebuggerPresent function (debugapi.h) - Win32 apps | Microsoft Docs

ie if a user on another site has a problem like the one described here Application Exception - Intermittent in C11 app - ClarionHub

I want to see if its possible to remotely debug their app from the comfort of my dev pc, hence this post and what I’ve been doing with my debugview template.

UNC is possibility, but so are vpn’s and network shares.