These instructions assume that you have built a map using
the Map Designer, version 8.1 or later, and have deployed the executable
map file to the remote host.
Before you begin
Before you begin, access the remote host, for example, using
Telnet, and set up your
WebSphere Transformation
Extender environment.
Procedure
- Start the debugging server by executing the applicable
file, located in the product installation directory:
- StartDebugServer.bat (Windows)
- StartDebugServer.sh (UNIX, z/OS UNIX)
By default, the debugging server uses port 2590.
To change the default port setting, you must modify the applicable
batch or script file to include your specific port information. To stop the debugging server, press Ctrl+C.
- On the local computer, open the map source file for the
remote executable map to be debugged.
- In the Outline view, Composition view, Navigator view,
or Extender Navigator view,
select the specific map to debug.
- Click the Debug icon on the toolbar
to enable debug mode. This also enables the Remote option.
- Add one or more breakpoints to the output. From
an output card, right-click an output object and click Add
BreakPoint.
- Click . The Remote Debugging window
is displayed.
- Under Remote Host, enter the remote
computer information pertaining to the map to be debugged. In the Host field,
enter the alias name or IP address of the remote computer. In the Port field,
the default port number (2590) to be used by the debugging server
is displayed.
- Under Platform, select the platform
of the remote host.
- Under Security, enter a user name
and password that provides access to the remote host where the executable
map resides.
- In the Map field, select the browse
button and navigate to the executable map to debug.
- Click OK to begin the remote debugging
process. Similar to the regular map debugging process,
a Debug window is displayed from where you can
select various options, such as Step In, Step Thru, Step Out, Step
Over, or Continue, after a break point is reached.