<?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"
	>
<channel>
	<title>Comments on: A.4 &#8212; Debugging your program (stepping and breakpoints)</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 19:40:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Learn C++ - &#187; 0.7 &#8212; A few common C++ problems</title>
		<link>http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/#comment-11188</link>
		<dc:creator>Learn C++ - &#187; 0.7 &#8212; A few common C++ problems</dc:creator>
		<pubDate>Tue, 08 Apr 2008 03:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/#comment-11188</guid>
		<description>[...] 4: Debug it! You can find information on how to debug programs in appendix A, specifically sections A.4 and [...]</description>
		<content:encoded><![CDATA[<p>[...] 4: Debug it! You can find information on how to debug programs in appendix A, specifically sections A.4 and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/#comment-4831</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 23 Dec 2007 05:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/#comment-4831</guid>
		<description>Typos

First, an (a) console output window should open.

A breakpoint is a special marker that tells the debugger to step (stop) execution of the program at the breakpoint when running in debug mode.

[ You probably wouldn't believe me if I said I proofread these things before posting them, but I do. :)  Thanks again. -Alex ]</description>
		<content:encoded><![CDATA[<p>Typos</p>
<p>First, an (a) console output window should open.</p>
<p>A breakpoint is a special marker that tells the debugger to step (stop) execution of the program at the breakpoint when running in debug mode.</p>
<p>[ You probably wouldn't believe me if I said I proofread these things before posting them, but I do. :)  Thanks again. -Alex ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; A.5 -- Debugging your program (watching variables and the call stack)</title>
		<link>http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/#comment-3135</link>
		<dc:creator>Learn C++ - &#187; A.5 -- Debugging your program (watching variables and the call stack)</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a4-debugging-your-program-stepping-and-breakpoints/#comment-3135</guid>
		<description>[...] A.4 &#8212; Debugging your program (stepping and breakpoints) [...]</description>
		<content:encoded><![CDATA[<p>[...] A.4 &#8212; Debugging your program (stepping and breakpoints) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
