What's removed from IBM z/OS Debugger
Deprecation announcement
The following features are superseded by newer features and will be removed in a future release.
- z/OS® Debugger Code Coverage: You can collect code coverage with the headless code coverage collector or the Eclipse IDE.
- TEST runtime suboption VADSCPnnnnn: Use
EQAXOPT CODEPAGE
for a code page other than 037. - DTCN API and ADFzCC server support: DTCN profiles are supported by Debug Profile Service, and developers can use Debug Profile Service REST API to manage debug profiles.
- IMS Isolation ADFzCC server support: IMS Isolation debug profiles in the Eclipse IDE are now supported by Debug Profile Service, which provides more IMS Isolation features.
16.0.0
- Standard mode is no longer supported. Debug Tool compatibility mode is now the only remote debug mode and is
referred to as remote debug mode directly. If you use
DIRECT
orDBM
in the TEST runtime option, Debug Tool compatibility mode is invoked instead. - Debug Tool plug-ins are removed. If you migrate from previous releases, any Debug Tool plug-in
views are automatically closed in workspaces.
The same functions are available with other features.- You can use the z/OS Debugger Profiles view in the Eclipse IDE or the z/OS Debugger Profiles view provided with Z Open Debug to create and manage debug profiles. If you are a system programmer, you can use z/OS Debugger Profile Management to manage CICS (DTCN) profiles from all users.
- You can use the z/OS Batch Application with existing JCL launch configuration to dynamically instrument and submit JCL to the host.
- You can use the Code Coverage Results view to work with code coverage results.
- Load Module Analyzer is no longer bundled with z/OS Debugger.
- Generating code coverage for Java applications is no longer supported. You can import Java results that are generated by open source packages, in particular JaCoCo, into the Code Coverage Results view.
- Jython Debugger is no longer supported.
- Team debug is no longer supported.
- IMS message region templates (IBM®
z/OS Debugger Utilities
options 4.3
Swap IMS Transaction Class and Run Transaction
and option 4.4Manage IMS Message Region Templates
) are removed. Use options 4.5IMS Transaction Isolation
and option 4.6Administer IMS Transaction Isolation Environment
instead. TEST
runtime suboptionVADTCPIP&
is no longer supported. UseTCPIP&
instead.