Solomon
April 6th, 2002, 11:39
I just want to debug some C++ Builder EXEs with SoftICE. But symbol loader doesn't accept it.

View Full Version : How to load *.TDS files into SoftICE?
C++ Builder stores the Borland debug information in .TDS files separate from the executable. TDS files are also produced by the TDSTRP32 utility. To load symbols and source into SoftICE, simply use the Symbol Loader to load the .TDS file. If you want to load the executable from the Symbol Loader that must be done afterward as a separate step. Alternatively, you could set the desired breakpoints and then load the executable normally. |