Sender: brozzis AT mag00 DOT cedi DOT unipr DOT it Message-Id: <33842CE7.6E3B@mag00.cedi.unipr.it> Date: Thu, 22 May 1997 13:24:23 +0200 From: Stefano Brozzi Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Debugging problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk I've got a C++ class with all functions inlined in .h itself When I use the built-in debugger of RHIDE in step-by-step (F7) mode it moves at the correct line in the wrong file: it ignores the .h file and gives a prompt on the .cc file. It starts correctly in .cc file where main() is present, but every inlined .h function is not Traced. My guess is that GCC debug info is somehow buggy. Correct ? stefano