From: boylesgj AT lion DOT cs DOT latrobe DOT edu DOT au (Gregary J Boyles) Newsgroups: comp.os.msdos.djgpp Subject: GDB and inline functions Date: 2 May 1997 14:52:21 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 5 Distribution: world Message-ID: <5kcv35$r89@lion.cs.latrobe.edu.au> NNTP-Posting-Host: lion.cs.latrobe.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is it possible to get GDB to step into and inline function defined in a header file (.h). I have tried but doing so results in rubbish being displayed as the next line of code to be executed. There doesn't seem to be any reference to this problem in the FAQ.