On Fri, 2006-08-04 at 11:36 +0530, ( अमेय पाळंदे ) Ameya Palande wrote: > > Message: 10 > > Date: Fri, 4 Aug 2006 00:13:54 +0530 > > From: "Vinayak Merwade" <[EMAIL PROTECTED]> > > Subject: [PLUG] regarding a debugger for languages > > To: plug-mail <[email protected]> > > Message-ID: > > <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Hi > > I 'm Vinayak > > I;m studying in SY Bcs I want to know that whether there is a debugger > > available in linux as we have in TurboC3 ,we use Ctrl+ F7 and F7 to keep > > watch > > As above is there any provision on linux platform > > Vinayak > > Dear Vinayak, > > Standard debugger available on linux is gdb. > You can use "watch <variable name>" command in > gdb to set a watch point. > You can also look-out for rhide, if you are in love with turboc. http://www.rhide.com/
> If you want and IDE like TurboC then you can go for > kdevelop / Anjuta. Using these IDEs you can set watch point > / break point by mouse click. > > Regards, > Ameya. > > -- > ______________________________________________________________________ > Pune GNU/Linux Users Group Mailing List: ([email protected]) > List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail > Send 'help' to [EMAIL PROTECTED] for mailing instructions. -- Ritesh Khadgaray LinuX N Stuff Ph: +919822394463 Eat Right, Exercise, Die Anyway. -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
