Discussion:
Problems with Remote Debugger form C++Builder2007
(too old to reply)
Sören Seyfert
2008-07-18 11:35:24 UTC
Permalink
Hello,

I'm unable to set a breakpoint in the source files on the local IDE. The
connection between host and remote systems is ok, this means that the
application start up and run in debug mode.
My remote machine and debug machine are running on WinXP Professional (32
bits).
I have tried the "Load Process" and "Attach Process" method, and in both
cases when the debugger is attached to the remote machine the following is
output from the event log window:

Module load: XXX.exe. No debug info ...

I have copied my .TDS file and the .EXE to the same directory on the remote
machine (C:\MyTest). I have added "C:\MyTest" into the debug symbols search
path, the working directory path, and the remote path. In the Linker option
for the project there is no "Include remote debug symbols" option, but "Full
debug information" is selected.

I am using C++ Builder 2007 R2 Version 11.0.2902.10471. My application is a
VCL application developed in C++. The remote debugger kernel installed on
the remote machine is version 105.11.1.12533.
s***@gmail.com
2008-07-22 20:21:44 UTC
Permalink
Post by Sören Seyfert
Hello,
I'm unable to set a breakpoint in the source files on the local IDE. The
connection between host and remote systems is ok, this means that the
application start up and run in debug mode.
My remote machine and debug machine are running on WinXP Professional (32
bits).
I have tried the "Load Process" and "Attach Process" method, and in both
cases when the debugger is attached to the remote machine the following is
Module load: XXX.exe. No debug info ...
I have copied my .TDS file and the .EXE to the same directory on the remote
machine (C:\MyTest). I have added "C:\MyTest" into the debug symbols search
path, the working directory path, and the remote path. In the Linker option
for the project there is no "Include remote debug symbols" option, but "Full
debug information" is selected.
I am using C++ Builder 2007 R2 Version 11.0.2902.10471. My application is a
VCL application developed in C++. The remote debugger kernel installed on
the remote machine is version 105.11.1.12533.
I am having the exact same problem. Codegear (back in Borland days)
use to be the kick-a** IDE. Now it is many, many years later and it
has not changed a single bit. Their documentation sucks, and Visual
Studio has made things SO much easier to do. I can't find anything on
how to get remote debugging working. I am basically flying in the
dark on this one.
Stu
2008-08-25 05:02:08 UTC
Permalink
Post by Sören Seyfert
Hello,
I'm unable to set a breakpoint in the source files on the local IDE. The
connection between host andremotesystems is ok, this means that the
application start up and run indebugmode.
Myremotemachine anddebugmachine are running on WinXP Professional (32
bits).
I have tried the "Load Process" and "Attach Process" method, and in both
cases when the debugger is attached to theremotemachine the following is
Module load: XXX.exe. Nodebuginfo ...
I have copied my .TDS file and the .EXE to the same directory on theremote
machine (C:\MyTest). I have added "C:\MyTest" into thedebugsymbols search
path, the working directory path, and theremotepath. In the Linker option
for the project there is no "Includeremotedebugsymbols" option, but "Full
debuginformation" is selected.
I am using C++ Builder 2007 R2 Version 11.0.2902.10471. My application is a
VCL application developed in C++. Theremotedebugger kernel installed on
theremotemachine is version 105.11.1.12533.
I am having the exact same problem.  Codegear (back in Borland days)
use to be the kick-a** IDE.  Now it is many, many years later and it
has not changed a single bit.  Their documentation sucks, and Visual
Studio has made things SO much easier to do.  I can't find anything on
how to getremotedebugging working.  I am basically flying in the
dark on this one.
I too am experiencing the same problem. Has anyone worked out how to
get remote debugging to work?
Zeroth
2008-09-15 00:23:22 UTC
Permalink
Post by Stu
Post by Sören Seyfert
Hello,
I'm unable to set a breakpoint in the source files on the local IDE. The
connection between host andremotesystems is ok, this means that the
application start up and run indebugmode.
Myremotemachine anddebugmachine are running on WinXP Professional (32
bits).
I have tried the "Load Process" and "Attach Process" method, and in both
cases when the debugger is attached to theremotemachine the following is
Module load: XXX.exe. Nodebuginfo ...
I have copied my .TDS file and the .EXE to the same directory on theremote
machine (C:\MyTest). I have added "C:\MyTest" into thedebugsymbols search
path, the working directory path, and theremotepath. In the Linker option
for the project there is no "Includeremotedebugsymbols" option, but "Full
debuginformation" is selected.
I am using C++ Builder 2007 R2 Version 11.0.2902.10471. My application is a
VCL application developed in C++. Theremotedebugger kernel installed on
theremotemachine is version 105.11.1.12533.
I am having the exact same problem.  Codegear (back in Borland days)
use to be the kick-a** IDE.  Now it is many, many years later and it
has not changed a single bit.  Their documentation sucks, and Visual
Studio has made things SO much easier to do.  I can't find anything on
how to getremotedebugging working.  I am basically flying in the
dark on this one.
I too am experiencing the same problem. Has anyone worked out how to
get remote debugging to work?
A fix to the issue has been posted on Codegear Quality Central report
61360
Set the registry value „Disable Multiple Evaluators” in the Windows
Registry under the hive
HKEY_CURRENT_USER\Software\Borland\BDS\5.0 Debugging\Borland Debuggers
from "1" to "0"
(This applies only to C++Builder 2007; RAD Studio 2007 with C++Builder
Personality is not affected)

Loading...