NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on June 10, 2019, 11:09:53 AM

Title: Debugging - Restarting release app with GPFReporter
Post by: CaseyR on June 10, 2019, 11:09:53 AM
GPF reporter relies on the app being in Debug mode to generate detailed info in the report.  Fair enough.

Does the app have to be in Debug mode to restart automatically with GPFReporter?  Right now, my app ignores the HOOK statements in Debug mode and exposes the unit testing and other debugging procedures.  A significant redesign would be needed to give end clients a Debug mode app.

I could answer that question myself if I had reliable way of triggering a GPF in the app. Any ideas?

Thanks.
Title: Re: Debugging - Restarting release app with GPFReporter
Post by: Bruce on June 10, 2019, 11:26:56 PM
a reliable way to trigger a GPF;

Peek(0,x#)

Title: Re: Debugging - Restarting release app with GPFReporter
Post by: CaseyR on June 11, 2019, 08:35:33 AM
Great.  Thanks.
Title: Re: Debugging - Restarting release app with GPFReporter
Post by: CaseyR on June 11, 2019, 12:41:03 PM
And to answer my original question. No, it works fine in Release mode.  Use Close quietly and turn off the email options since they don't have much useful information anyway.
Title: Re: Debugging - Restarting release app with GPFReporter
Post by: Bruce on June 11, 2019, 10:11:44 PM
I concur.