Add a correction about the debug check box in Prizm.

This commit is contained in:
Stephen Heumann 2023-04-02 22:12:48 -05:00
parent 74cec68dac
commit ba57d51500
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ ORCA/C now supports several standard pragmas of the form "#pragma STDC ...", as
p. 256
Checking the debug check box in the desktop development environment will not enable all the debugging features that are available through #pragma debug. It is equivalent to setting #pragma debug bits 1 and 2 only.
The #pragma debug directive supports two new bits. If bit 5 is set, ORCA/C generates code to check for illegal use of null pointers. If bit 15 is set, ORCA/C generates inline function names for use with assembly-level debugging tools. See "Additions to #pragma debug," below.
p. 257