[PLUG] regarding a debugger for languages
( अमेय पाळंदे ) Ameya Palande
2ameya at gmail.com
Fri Aug 4 11:36:12 IST 2006
> Message: 10
> Date: Fri, 4 Aug 2006 00:13:54 +0530
> From: "Vinayak Merwade" <nayak0986 at gmail.com>
> Subject: [PLUG] regarding a debugger for languages
> To: plug-mail <plug-mail at plug.org.in>
> Message-ID:
> <46d3e7c80608031143i5d509e47pab244cde0c433b32 at mail.gmail.com>
> 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.
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.
More information about the Plug-mail
mailing list