<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Studio Hacks &#187; Debugging</title>
	<atom:link href="http://visualstudiohacks.com/category/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualstudiohacks.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 23:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Text Visualizer</title>
		<link>http://visualstudiohacks.com/debugging/text-visualizer/</link>
		<comments>http://visualstudiohacks.com/debugging/text-visualizer/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:37:00 +0000</pubDate>
		<dc:creator>javery</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=20</guid>
		<description><![CDATA[tack trace messages in the debugger’s Autos window can be too long to effectively view, even when using the flyover popup. Worse yet, you can’t copy and paste errors displayed – rather aggrivating when you’re [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>tack trace messages in the debugger’s Autos window can be too long to effectively view, even when using the flyover popup. Worse yet, you can’t copy and paste errors displayed – rather aggrivating when you’re trying to get some text pasted into a Google search.</p>
<p><img src="/files/media/image/textviz1.gif" alt="" /></p>
<p>Get around this problem by using the handy text or HTML visualizers to display the messages in a resizable dialog box where you can select and copy text out. Access the visualizer from the magnifying glass icon at the right side of the Value column, as shown in the figure heading this article. You’ll end up with the Exception string displayed in the Text visualizer as shown below.</p>
<p><img src="/files/media/image/textviz2.gif" alt="" /></p>
<p>Note this handy visualizer, and the HTML visualizer, is available for any string type value.</p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/debugging/text-visualizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

