Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - when using the phar lap software, inc. dos extender, the run386.exe (or http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
When using the Phar Lap Software, Inc.  DOS extender, the "RUN386.EXE" (or
"TNT.EXE"), "DBGLIB.REX", "PLSHELP.EXP", and "PEDHELP.EXP" files must be
located in one of the directories listed in the DOS PATH environment
variable.  You must also use the /TRap=PLS option.  The "PLS.TRP",
"PLSHELP.EXP" and "PEDHELP.EXP" files will usually be stored in the "BINW"
directory of the WATCOM compiler package.  You should ensure that this
"BINW" directory is included in the DOS PATH environment variable.
 Otherwise, you must specify the full path name for the trap file.

Parameters are passed to the "RUN386" or "TNT" DOS extender using the /TRAP
option.  The entire parameter must be placed within braces.  The following
example illustrates how to debug a Phar Lap application passing the -maxreal
switch to RUN386.EXE or TNT.EXE.

Example:

     C>wd /trap=pls;{-maxreal 512} hello
       or
     C>set wd=/trap#pls;{-maxreal 512}
     C>wd hello

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson