wiki:Debugging Guide

Version 8 (modified by David Azarewicz, 12 years ago) (diff)

--

Debugging Guide

If you have problems with one of the MultiMac drivers, the developer may ask you to install the trace version and provide a trace dump.

Installing the Trace Version of the Driver

To install the trace version, run the Warpin installation and select both packages.

To re-install the normal version, run the Warpin installation and uninstall the trace package and reinstall the retail package.

To enable tracing, add these two lines to your CONFIG.SYS:

  TRACEBUF=512 /M=NOWRAP,QUEUED,NODTI /D=ALL
  TRACE=ON 248

You must reboot to make the new driver active and enable tracing. This assumes that you have already setup this driver using mpts.exe. You do not need to setup the driver using mpts.exe more than once, even if you install new versions of the driver. You just need to reboot to start using the new version.

Capturing the Trace

To capture the trace dump, open a command window and type:

TRACEFMT

From the file menu choose Save Formatted... and save the trace to a file of your choice.