The execution of application logic by Debugger is subject to the following restrictions:
Debugger does not support Internal Extract format for <<Ispec>> classes (will do the same as Generic format regardless of configuration).
Debugger does not support Generic Extract format for <<Frame>> classes (it will do the same as Internal format regardless of configuration).
Debugger does not support the HUB protocol.
Debugger wrappers can only be instantiated by user clients via COM (not .NET).
Debugger does not support “By Function” to call the LRSS library on host with HDBA.
Determine Actual
The SQL script variant of the Determine Actual logic command is ignored. Debugger disregards any Determine Actual logic statements that specify SQL scripts that it encounters, and continues execution at the logic statement following the End or EndExit logic statement terminating the Determine Actual loop. Other Determine Actual variants (the database and extract file variants) are not ignored and are executed normally.
SQL Scripts
SQL script methods are ignored. Debugger disregards any invocations of SQL script methods it encounters, and continues execution at the logic statement following the method invocation.