I have this weird situation where my 64bit compiles generate .RSM files.
The linker setting for 'Include remote debug settings' is false, but it is boldfaced:
Playing with this setting, I found out that it seems to be associated with <DCC_RemoteDebug>true</DCC_RemoteDebug>
in the .dproj files.
I even removed some of these lines from .dproj files while the IDE was closed.
This is Delphi Alexandria 11.3.1
How can I fix this?
Where do I change 'Value from debug configuration - All platforms'?