From: Sivakumar Radhakrishnan Date: Mon, 13 Apr 1998 21:49:44 -0700 Message-Id: <199804140449.VAA79038@rs114> To: djgpp AT delorie DOT com, salvador AT inti DOT gov DOT ar, sbmoore AT caribsurf DOT com Subject: Re: RHIDE Debugger - Problems Precedence: bulk Dear SET, DJ |>> |>> I am aware that this is a problem with the debugging information. |>> something to do with "stabs" and "coff" debugging format. this was a |>> problem with the gcc2.7.2.1 port. there was a patch available on SET's |>> home page ans other sources. My question is has the problem been |>> addressed and fixed in the gcc2.8.0 port now available? |> |>1) Yes gcc 2.8.0 have stabs debug information and it fixes a lot of debug |>problems so if you or Sivakumar want better debug just use it. One problem of |>gcc 2.8.0 for DJGPP is the broken C++ exception handling. |> |>2) The Sivakumar problems looks like that: You have 2 files with the same name, |>one located in the current directory and other not. The project makes reference |>to the one not located in the current directory and when you debug the files |>showed is the one in the current dir. It could explain this behavior. |> |>SET Well, the 2+ files are located in the same directory. I had also set the include option menu to point to "./" just to be sure. Also the file names are different. The problem has started occuring when one of my source files has grown larger (2K lines). The out of sequence trace occurs at different points when I compile the code in NT and in Win95. Anyways, I shall get the the 2.8 version and give it a shot. No C++ code for me to worry about for now. Thanks for your time, Regards Siva P.S: APart from that DJGPP and RHIDE are excellent adaptations.