NetTalk Central

Author Topic: Debugging - Restarting release app with GPFReporter  (Read 3283 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Debugging - Restarting release app with GPFReporter
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: Debugging - Restarting release app with GPFReporter
« Reply #1 on: June 10, 2019, 11:26:56 PM »
a reliable way to trigger a GPF;

Peek(0,x#)


CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Debugging - Restarting release app with GPFReporter
« Reply #2 on: June 11, 2019, 08:35:33 AM »
Great.  Thanks.

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Debugging - Restarting release app with GPFReporter
« Reply #3 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: Debugging - Restarting release app with GPFReporter
« Reply #4 on: June 11, 2019, 10:11:44 PM »
I concur.