<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Do C/c++ Debugging In Linux Os?? Pls Help Me,its Urgent!!!!?</title>
	<atom:link href="http://www.pcdebug.com/linux-debugging/how-to-do-cc-debugging-in-linux-os-pls-help-meits-urgent.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pcdebug.com/linux-debugging/how-to-do-cc-debugging-in-linux-os-pls-help-meits-urgent.html</link>
	<description>Windows Linux Debuggers</description>
	<lastBuildDate>Mon, 04 Jan 2010 04:21:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: two pi</title>
		<link>http://www.pcdebug.com/linux-debugging/how-to-do-cc-debugging-in-linux-os-pls-help-meits-urgent.html/comment-page-1#comment-1179</link>
		<dc:creator>two pi</dc:creator>
		<pubDate>Sat, 21 Nov 2009 19:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdebug.com/linux-debugging/how-to-do-cc-debugging-in-linux-os-pls-help-meits-urgent.html#comment-1179</guid>
		<description>Here&#039;s some links to tutorials on GDB:http://www.unknownroad.com/rtfm/gdbtut/g…http://www.yolinux.com/TUTORIALS/GDB-Com…</description>
		<content:encoded><![CDATA[<p>Here&#8217;s some links to tutorials on GDB:http://www.unknownroad.com/rtfm/gdbtut/g…http://www.yolinux.com/TUTORIALS/GDB-Com…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riya</title>
		<link>http://www.pcdebug.com/linux-debugging/how-to-do-cc-debugging-in-linux-os-pls-help-meits-urgent.html/comment-page-1#comment-1178</link>
		<dc:creator>riya</dc:creator>
		<pubDate>Sat, 21 Nov 2009 19:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdebug.com/linux-debugging/how-to-do-cc-debugging-in-linux-os-pls-help-meits-urgent.html#comment-1178</guid>
		<description>If you&#039;re using an IDE like KDevelop or Eclipse, the debugger is built into the IDE (as it typically is with Windows IDEs)  In eclipse, for example:
Load the file you&#039;re working with.
Switch to the debug perspective (I think that&#039;s in the Run menu, but it might be easiest to just use the debug icon the first time to get into debug perspective.
The GUI will change a little bit, adding some new panels for viewing your current variables and a stack trace.
Right click on a line in the code view to add a breakpoint. 
Run by using the debug icon (rather than the normal run icon)
Your code will pause at the breakpoint.
You can examine variables or step through the code one line at a time.
If you aren&#039;t using a GUI, you can always use gdb.http://www.gnu.org/software/gdb/
It&#039;s an extremely powerful tool, but it runs on the command line and it can be a bit intimidating to beginners.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using an IDE like KDevelop or Eclipse, the debugger is built into the IDE (as it typically is with Windows IDEs)  In eclipse, for example:<br />
Load the file you&#8217;re working with.<br />
Switch to the debug perspective (I think that&#8217;s in the Run menu, but it might be easiest to just use the debug icon the first time to get into debug perspective.<br />
The GUI will change a little bit, adding some new panels for viewing your current variables and a stack trace.<br />
Right click on a line in the code view to add a breakpoint.<br />
Run by using the debug icon (rather than the normal run icon)<br />
Your code will pause at the breakpoint.<br />
You can examine variables or step through the code one line at a time.<br />
If you aren&#8217;t using a GUI, you can always use gdb.http://www.gnu.org/software/gdb/<br />
It&#8217;s an extremely powerful tool, but it runs on the command line and it can be a bit intimidating to beginners.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
