Xref: news2.mv.net comp.os.msdos.djgpp:1043 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: I'll ask again: V2.00 Remote debugging support? Date: Wed, 07 Feb 1996 19:49:57 CST Organization: Rice University, Houston, Texas Lines: 11 Message-ID: <311956c5.sandmann@clio.rice.edu> References: <4fbb0s$gt AT superb DOT csc DOT ti DOT com> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > Are there V2.00 debuggers that support remote debugging across a serial port > for two computers? If not, are there any plans for supporting this in the > future? I feel it's easier than debugging using a monochrome second monitor, > but that's just my opinion. The debugging section of the FAQ needs a rewrite. Ladybug for V1.x supported this. I did a quick hack at one time to get part of it running under V2 - I don't know what I did with it (it was about a year ago, when I ported FSDB and EDEBUG). If I remember right, set the zero memory flag, change a few .h files, copy the ed.c file from edebug32, and it pretty much worked (except it's now a standalone image linked with -ldbg).