In my program I use the "JCLDebug" routines to get exception information (line, routine, etc) when an exception occurs. The problem is that once the application is protected, I get limited debug information.

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > General >

In my program I use the "JCLDebug" routines to get exception information (line, routine, etc) when an exception occurs. The problem is that once the application is protected, I get limited debug information.

For JCL exceptions, please, add the following line in the Advanced Options panel:

 

OPTION_ADVANCED_ADD_IMPORTS=[kernel32.dll,RaiseException]