From: andy AT robot DOT csie DOT ntu DOT edu DOT tw (Chu-Hui Lin) Subject: Re: Debuggers and source code To: djgpp AT sun DOT soe DOT clarkson DOT edu (Mailing List for DJGPP) Date: Fri, 31 Mar 1995 16:42:01 +6400 (PST) > David White writes: > > > > working OK, but as I was experimenting with Ladybug, I couldn't seem to > > find a way to get it to display the source code of my program as it went > > along, which would have let me see which line was causing my program to > > crash. How can I get Ladybug to do this? CAN Ladybug do this? Or should > > > Ladybug is based on edebug32. I believe Ladybug/edebug32 can display > source if you have your C source file in the same directory with your > executable. > > Please try. Hope it helps. > Hi I found that Ladybug can display source only if the source is *.cc. But I used to name my programs as *.cpp. Could the Ladybug accept the source other than *.cc? Andy