The following conditions exist when you are working with source debug National Language Support for ILE CL.
The following condition is true only when you are working with the CL Root Source View:
The CCSID of the module can be found using the Display Module (DSPMOD) CL command. If you need to work with CL Root Source View and the source file CCSID is different from the module CCSID, you can take one of the following actions:
See the ILE Concepts
book, Chapter 10, "Debugging Considerations" for more information on
national language Restrictions for Debugging.
Breakpoints or steps may be temporarily removed from a program while debugging when you use certain control language (CL) commands to specify your library or program. Breakpoints and steps are restored when the CL command completes running. A CPD190A message will be in the job log when the breakpoints or steps are removed; another CPD190A message will be in the job log when the breakpoints or steps are restored.
The following are the CL commands which can cause the breakpoint or step to
be temporarily removed:
CHKOBJITG |
CPY CPYLIB |
CPROBJ CRTDUPOBJ |
RSTLIB RSTOBJ |
SAVLIB SAVOBJ SAVSYS SAVCHGOBJ |
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.