From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Trace Into Date: 9 Dec 2000 11:49:46 GMT Organization: Aachen University of Technology (RWTH) Lines: 17 Message-ID: <90t68q$g7o$1@nets3.rz.RWTH-Aachen.DE> References: <000401c0613e$3f430f80$6f7536ca AT a> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 976362586 16632 137.226.32.75 (9 Dec 2000 11:49:46 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 9 Dec 2000 11:49:46 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Siddhu. wrote: > My friend & i are developing a project for his final year,which is a > IDE for C++, in DJGPP C++ compiler. most of it is ready leaving a > few debugging features. Can somebody put some light on how many > ide's include the common TRACE INTO & STEP OVER features. RHIDE does it by linking to the 'gdb library', 'libgdb.a', IIRC. That library contains most of the internal code of 'gdb'. In the essence, this makes RHIDE run the 'gdb' debugger like a subprocess, but without the multitasking that this would normally require. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.