-
Notifications
You must be signed in to change notification settings - Fork 5
Debugging
Adrian Sutherland edited this page Nov 11, 2020
·
3 revisions
To build with the debugger change stdbrx.parm from
-O2 -S -D__CMS__ -DHAVE_CONFIG_H -o dd:out -
to
-O0 -D__DEBUG__ -S -D__CMS__ -DHAVE_CONFIG_H -o dd:out -
The run with
BREXX -d rexxfile
Alternatively
TRACE DEBUG
Turns on debugging from the next instructions