Date: Wed, 16 Nov 1994 12:00:54 +1000 (+1000) From: Matthew Lamari Subject: Full Screen Debugger To: djgpp AT sun DOT soe DOT clarkson DOT edu The full screen debugger in the FSD files (to replace stock debugger) seems to be written for unix. I thought the set was for DJGPP, as it was in that directory. They need to be heavily modified to compile, using include files in the go32 directory; but certain structs there do not contain all required members (like comm_port( Is there something special I need to do to build it, (the binary that comes with it has an earlier go32, and doesn't work) or what? I could really use a full screen debugger like turbo debugger. Or just modify it like crazy? Or is there a pc version somewhere?