home *** CD-ROM | disk | FTP | other *** search
- A Virtual DOS Machine link has been added to the OS/2
- version of the debugger. To use it, fire up a DOS box
- session and then type:
-
- VDMSERV
-
- Then go to an OS/2 session and type:
-
- WVIDEO/TR=VDM <dos_cmd_line>
-
- and you should be debugging the dos application. If you wish to
- debug more than one DOS application at the same time, you can
- give the VDMSERV program a server name, e.g.:
-
- VDMSERV sam
-
- and then on the WVIDEO side you would specify:
-
- WVIDEO/TR=VDM;sam
-
- If you want to debug 32-bit DOS extended applications with the
- VDM link, you can also specify a trap file to VDMSERV, e.g.:
-
- VDMSERV /TR=RSI (for debugging a DOS4/G program)
- VDMSERV /TR=PLS (for debugging a 386|DOS-Extender program)
- VDMSERV /TR=ECS (for debugging an OS/386 program)
-
- See the documentation on the DQV and WIN links (page 87 of the VIDEO
- User's Guide) for further details.
-
-
- The following two files implement the Virtual DOS Machine remote
- link for OS/2 2.0.
-
- VDM.DLL - put into the \WATCOM\BINP\DLL directory.
- VDMSERV.EXE - put into the \WATCOM\BIN directory.
-