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 Reply-To: babcock AT cfa DOT harvard DOT edu 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?