call "CBL_DEBUGBREAK" end-call
This a call to the COBOL run-time system to invoke the COBOL debugger.
When you debug the second project, the call to CBL_DEBUGBREAK that you inserted at step 2 invokes the debugger, enabling you to debug the preprocessor code.