Date: Tue, 27 Dec 1994 07:56:08 +0500 From: ld AT netrix DOT com To: djgpp AT sun DOT soe DOT clarkson DOT edu, babcock AT cfa DOT harvard DOT edu Subject: Re: rebuilding fsdb104 > From djgpp-bounces AT sun DOT soe DOT clarkson DOT edu Mon Dec 26 23:49 EST 1994 > Date: Mon, 26 Dec 94 23:25:20 EST > From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) > To: djgpp AT sun DOT soe DOT clarkson DOT edu > Subject: rebuilding fsdb104 > > I noticed that the function key assignments which made the full screen > debugger interface similar to Borland's debugger were removed in fsdb104.zip. > I thought I'd try to rebuild it and put the function keys back, and maybe > also figure out why I get so many debugger crashes. But, I find that ed.h > trys to include > go32_gotypes.h > go32_tss.h > go32_extdebug.h > which don't seem to be included in the zip file, and also don't fit DOS 8.3 > naming conventions. Also, the makefile dependencies reference a noa > directory, but this doesn't seem to be used. Where can I find the complete > source? > All the file above (gotypes.h, tss.h, extdebug.h) are in your go32's source directory (they are go32's include files.) Again, the NOA directory is NOT used in the release version, so you can just remove it from the makefile. We're about to release version 1.05 of the debugger, which has some new features and bug fix (including the makefile.) Hope that helps, Long. P.S. extdebug.h needs to be modified, read the manual for more detail.