From ba57d515001a13026cfdd1006ca34b01132b275a Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 2 Apr 2023 22:12:48 -0500 Subject: [PATCH] Add a correction about the debug check box in Prizm. --- cc.notes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cc.notes b/cc.notes index 7c0a4ab..84d2b1c 100644 --- a/cc.notes +++ b/cc.notes @@ -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