Remote Debugging

Remote debugging lets you debug programs that are running on one system, using an IBM C and C++ debugger running on another system.

Why Use Remote Debugging

You might want to use remote debugging for the following reasons:

Supported Communications Protocols and Platforms

The debugger supports the TCP/IP protocol to establish the communications link between the debugger and a debuggee program running on different systems.

Limitations of Remote Debugging

Remote debugging imposes the following limitations:



Start the Debugger and the Remote Program