Log in

View Full Version : PDB--->NMS, How?


Solomon
June 3rd, 2001, 21:49
I write a DLL in Visual C++, and build it with debug info, then I get a PDB file. How to extract the debug info(line number, symbol, source code) and save it to a NMS file?

There is no corresponding DBG file
or how to get a DBG file when compiling it?
Thx

Solomon
June 3rd, 2001, 23:31
well, after some searching, I found the way.

Just put the DLL/EXE and the PDB file in the same directory, load the DLL/EXE with symbol loader, and click "Module-->translate", a NMS file will be generated. Sure you need to setup "Module-->Settings" first.

That's it.