Date: Thu, 11 May 95 15:04:18 -0400 From: kim AT sli DOT com (Kimberley Burchett) To: eheft AT valhalla DOT cs DOT wright DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Debugging - How to? Reply-To: kim AT sli DOT com (or uunet!sli!kim) dj wrote a little prog called MSHELL. It spawns a new copy of command.com that runs on the mono monitor. If you do mshell go32 -d gdb myprog ... then the output will show up on the mono. Or you can set the 1rm and 2rm switches in the go32 env variable. They redirect stdout and stderr to the mono. Another neat use for mshell is that you can run it from inside your program to get a DOS shell with graphics still on your color monitor. Kim