Show: Delphi
C++
Display Preferences
Remote Debugging - Old-Style Procedures
From RAD Studio XE2
Go Up to Debugging Applications Index
Note: This topic summarizes how to install and run the old-style remote debugger.The old-style remote debugging lets you debug a RAD Studio application running on a remote computer. Once the remote debug server is running on the remote computer, you can use RAD Studio to connect to that computer and begin debugging. Use the following set of procedures to debug an application running on a remote machine
Note: The new remote and cross-platform debugging solution uses the Platform Assistant and a remote profile. Although the old-style remote debugging solution is still supported, we recommend that you use the new-style solution (using the Platform Assistant and a remote profile), which enables you to:
- Use the integrated debugger to debug both remote and cross-platform applications.
- Use the Deployment Manager to configure and deploy your applications.
- To enable debugging on a machine that does not have the full IDE installation, see Installing a Debugger on a Remote Machine.
- To connect the local machine to the remote machine, see Establishing a Connection for Remote Debugging.
- To generate program files to be copied to the remote machine, see Preparing Files for Remote Debugging.
- To start the remote debug server for a debugging session, see Installing, Starting, and Stopping the Remote Debug Server.
Topics
- Installing a Debugger on a Remote Machine
- Establishing a Connection for Remote Debugging
- Preparing Files for Remote Debugging
- Installing, Starting, and Stopping the Remote Debug Server