I have an EXE produced by the D2006 compiler and associated RSM and MAP files in the same folder as the EXE. The files are local to the machine Delphi is installed on. I can start the IDE and "Load Process" the EXE and run it but I can't see any symbolic information if I pause execution.
What do I have to do to see procedure names, etc as labels in the disassembly, and be able to 'GoTo' an address by specifying the routine name?
If I have the source available in the same folder, can I do high-level stepping, etc?