To: ANTHONY APPLEYARD Cc: DJGPP AT sun DOT soe DOT clarkson DOT edu Subject: Re: How do I call GDB? Date: Tue, 20 Dec 94 09:02:27 +0200 From: "Eli Zaretskii" > Please how ca I call the Gnu debugger GDB? According to the help in If you work in DPMI mode: go32 -d gdb-dpm your-program arg1 arg2 ... If you work in environment other than DPMI: go32 -d gdb your-program arg1 arg2 ... (If you don't know which environment you use, run go32 with no arguments, if it tells you it uses DPMI memory, you're under DPMI.)