Exactly the same problem (but occuring on C++Builder® 2007 R2) is described in Quality Central #61360 (
qc.embarcadero.com/wc/qcmain.aspx?d=61360
), and the solution is described as
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"
But I've checked HKEY_CURRENT_USER\Software\Embarcadero\BDS\14.0\Debugging\Embarcadero Debuggers\Disable Multiple Evaluators, and it's set to 0
So it seems like this is an old problem which really hasn't been taken care of properly. So the question is, has anybody managed to do get remote debugging with C++ app to work?