From: gunter AT statsun DOT stat DOT ColoState DOT EDU (Gunter Hartel) Subject: GDB under windws 3.1 To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Thu, 22 Dec 1994 10:32:26 -0700 (MST) I've finally gotten to the point in programming where I feel I need to use a debugger. But when I try to run gdb or gdb-dpmi I get the following errors: C:\DISSERTA\C_CODE>go32 c:\djgpp\bin\gdb-dpmi -help go32 version 1.12.maint2 Copyright (C) 1994 DJ Delorie Unsupported DOS request at eip=3581b eax=0000fe01 ebx=000eae1c ecx=00000000 edx=000eae14 esi=00000000 edi=000eae10 ebp=000ead3c esp=000ead34 cs=b7 ds=af es=af fs=af gs=c7 ss=bf cr2=0000afe5 Call frame traceback EIPs: 0x0003581b 0x00035aa0 0x00000b47 C:\DISSERTA\C_CODE>go32 c:\djgpp\bin\gdb -help go32 version 1.12.maint2 Copyright (C) 1994 DJ Delorie DPMI: Not enough memory (0x900f0000 bytes). I'm running gcc and gdb in a dos box under windows 3.1 and I have plenty of memory (20 MB RAM). Did I set something up incorrectly? The same thing happens if I use EDB32. Thanks in advance for your help Gunter