From: boylesgj AT lion DOT cs DOT latrobe DOT edu DOT au (Gregary J Boyles) Newsgroups: comp.os.msdos.djgpp Subject: GDB problem. Date: 29 May 1997 14:57:09 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 7 Distribution: world Message-ID: <5mk5g5$ea8@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 How do you get gdb to step into inline functions defined in a header file or is it not possible because gdb assumes code will be found in .cc files. Also, occassionally, gdb prints an error message of the nature : 'line number out of range' when I step into functions which are defined in a source file despite the fact that I can successfully step into other functions which are defined in the same file. What is causing this?