I have Windows Server 2008 R2 Machine that is running a Delphi 2007 application. Update: Switching Delphi versions is currently not an option. I have Delphi XE but there are over 300,000 lines of code to review before any switch can occur.
I have run into a problem where I would like to step through the code. I don't want to install Delphi on the machine, so I have installed the remote debugger.
Updated steps to be more complete:
- Compile app with Remote Debug Symbols
- Copy Application and Remote Debug Symbols to Remote Location.
- Launched an Command Prompt (Running As an Administrator) on the Remote Machine.
- Enabled Server Firewall exception for rmtdbg105 process.
- Run
rmtdbg105 -listenin the Command Prompt - I run the process I want to debug.
- On my local machine I select attach to process and select the remote process.
- Press Attach
Behavior observed: Remote Process locks up and stops running, and so does Delphi on my machine.
I have waited several minutes just in case it caused by some type of network performance problem.
Is there step I am missing? I am looking for a way to get this to work.