Date: Sat, 25 Mar 2000 21:44:33 -0500 Message-Id: <200003260244.VAA20679@mescaline.gnu.org> From: Eli Zaretskii To: djgpp AT delorie DOT com CC: djgpp AT delorie DOT com In-reply-to: <38D95A95.EC7DE31E@caresystems.com.au> (message from leon on Thu, 23 Mar 2000 09:43:17 +1000) Subject: Re: 1 more about gdb and template methods... References: <200003150713 DOT MAA00755 AT midpec DOT com> <38D20E80 DOT 21945 DOT 3A44B7 AT localhost> <8atqqc$9jpi$1 AT news DOT doit DOT wisc DOT edu> <38D95A95 DOT EC7DE31E AT caresystems DOT com DOT au> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk could it be that gdb won't show code - becuase the method was defined IN the header (ie explicit inline)? It's in the FAQ: try compiling with -gstabs+. The default COFF debugging info doesn't have enough information to handle such cases.