Installation Guide
This guide will walk you through installing the z/TPF Visual Studio Code Debugger Extension.
Table of Contents
- Prerequisites
- Installation Methods
- Verify Installation
- Updating the Extension
- Uninstallation
- Next Steps
Prerequisites
Before installing the extension, ensure you have:
- Visual Studio Code version 1.105.1 or higher
- Network access to your z/TPF system
- Valid credentials for your Linux on IBM Z build environment
Installation Methods
Method 1: Install from the configured marketplace (Visual Studio Code / OpenVSX)
- Open Visual Studio Code
- Click on the Extensions icon in the Activity Bar (or press
Ctrl+Shift+X/Cmd+Shift+X) - Search for “IBM z/TPF Debugger” in the search bar
- Click Install on the IBM z/TPF Debugger Extension
- Reload Visual Studio Code when prompted
Method 2: Install from VSIX File
If you have a .vsix file either from the OpenVSX Registry or the z/TPF download page (https://www.ibm.com/support/pages/node/618267):
- Open Visual Studio Code
- Go to Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Click the “…“ menu at the top of the Extensions view
- Select “Install from VSIX…“
- Navigate to and select the
.vsixfile - Reload Visual Studio Code when prompted
Verify Installation
After installation, verify the extension is active:
- Open the Extensions view
- Search for “IBM z/TPF Debugger” in the installed extensions
- Clicking the extension will open the extension page in an editor
- On the Feature tab in the opened editor, find the Runtime Status information.
Updating the Extension
The extension will automatically check for updates from the configured marketplace (Visual Studio Code or Open VSX).
Otherwise, you can manually update the extension by downloading a newer version of the .vsix file and installing using the instructions above.
Uninstallation
To remove the extension:
- Open the Extensions view
- Find the z/TPF Debugger extension
- Click the gear icon
- Select Uninstall
- Reload Visual Studio Code when prompted
Next Steps
- Getting Started Guide - Learn debugging basics
- Features Overview - Explore debugging capabilities