|
|
Debug Map File
Auto Debug for Windows also support tracing release version with
mapfile. if you used VC6.0 to build your application, now you can generate a
mapfile so that you can tracing release version by this tool.(need
register)
Step1: Generate a mapfile during a build
- From the VC6.0 Project menu, click Settings.The Project
Settings dialog box appears.
- Choose the Link tab.
- Choose Release from the Category dropdown list.
- Select the Generate mapfile checkbox.
- Enter a name in the Mapfile name text box or accept the default.
- Click OK to accept the settings option and close the Project
Settings dialog box
Rebuild your exe or dll, VC will generate a mapfile on your disk.
Step2: Run your application by this tool
- Use "New Process" or "Attach Process" to run your
application. after the "Function Filter" dialog had been show, use
right mouse click the release module (at this sample is ttt.exe ) to popup
"Load Mapfile" menu.


|