home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vdmlink.zip / READ.ME next >
Text File  |  1992-10-04  |  1KB  |  37 lines

  1.     A Virtual DOS Machine link has been added to the OS/2
  2.     version of the debugger. To use it, fire up a DOS box
  3.     session and then type:
  4.  
  5.         VDMSERV
  6.  
  7.     Then go to an OS/2 session and type:
  8.  
  9.         WVIDEO/TR=VDM <dos_cmd_line>
  10.  
  11.     and you should be debugging the dos application. If you wish to
  12.     debug more than one DOS application at the same time, you can
  13.     give the VDMSERV program a server name, e.g.:
  14.  
  15.         VDMSERV sam
  16.  
  17.     and then on the WVIDEO side you would specify:
  18.  
  19.         WVIDEO/TR=VDM;sam
  20.  
  21.     If you want to debug 32-bit DOS extended applications with the
  22.     VDM link, you can also specify a trap file to VDMSERV, e.g.:
  23.  
  24.         VDMSERV /TR=RSI        (for debugging a DOS4/G program)
  25.     VDMSERV /TR=PLS        (for debugging a 386|DOS-Extender program)
  26.     VDMSERV /TR=ECS        (for debugging an OS/386 program)
  27.  
  28.     See the documentation on the DQV and WIN links (page 87 of the VIDEO
  29.     User's Guide) for further details.
  30.  
  31.  
  32.     The following two files implement the Virtual DOS Machine remote
  33.     link for OS/2 2.0.
  34.  
  35.     VDM.DLL        - put into the \WATCOM\BINP\DLL directory.
  36.     VDMSERV.EXE        - put into the \WATCOM\BIN directory.
  37.