Thursday, January 10, 2008

Debug in 132 x 27 Mode:

Normally STRDBG starts in 80x24 mode. You can change this mode to 132x27 mode with the following environment variable:

AddEnvVar EnvVar('ILE_DEBUGGER_1') +
Value('ALLOW_WIDE_SCREEN') +
Level(*Job) Replace(*Yes)

To go back to 80x24 mode, you use:

RmvEnvVar EnvVar('ILE_DEBUGGER_1') Level(*Job)

No comments: