<?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>while true blog &#187; vs.net</title>
	<atom:link href="http://blog.whiletrue.com/category/development/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.whiletrue.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 08:36:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Marking variables in VS.NET Debugger</title>
		<link>http://blog.whiletrue.com/2007/07/marking-variables-in-vsnet-debugger/</link>
		<comments>http://blog.whiletrue.com/2007/07/marking-variables-in-vsnet-debugger/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 14:42:20 +0000</pubDate>
		<dc:creator>Gorazd</dc:creator>
				<category><![CDATA[vs.net]]></category>

		<guid isPermaLink="false">http://blog.whiletrue.com/?p=22</guid>
		<description><![CDATA[Technorati Tags: vs.net, debugging Even after using Visual Studio for years (previous versions at least), you can always find hidden features. If you are debugging and have watch window open, you can click on &#8220;Make Object ID&#8221;. This will create ID for specific object or its member. You will get id&#8217;s such as 1#, 2# [...]]]></description>
			<content:encoded><![CDATA[<p CLASS="wlWriterSmartContent" ID="0767317B-992E-4b12-91E0-4F059A8CECA8:a3832d85-5026-4d34-a936-d8e3705eba69" CONTENTEDITABLE="false" STYLE="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px">Technorati Tags: <a HREF="http://technorati.com/tags/vs.net" REL="tag">vs.net</a>, <a HREF="http://technorati.com/tags/debugging" REL="tag">debugging</a></p>
<p>Even after using Visual Studio for years (previous versions at least), you can always find hidden features.</p>
<p>If you are debugging and have watch window open, you can click on &#8220;Make Object ID&#8221;. This will create ID for specific object or its member. You will get id&#8217;s such as 1#, 2# etc.</p>
<p><a HREF="http://blog.whiletrue.com/wp-content/uploads/2007/07/image.png" atomicselection="true"><img STYLE="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-right-width: 0px" HEIGHT="360" ALT="Click on " SRC="http://blog.whiletrue.com/wp-content/uploads/2007/07/image-thumb.png" WIDTH="564" BORDER="0" /></a></p>
<p>From now on, you can use</p>
<pre CLASS="csharpcode">
1#.SomeMember();</pre>
<p>even when this variable is not in scope. Quite useful for multithreaded debugging or for debugging code where you want to track specific objects through many layers.</p>
<p><a HREF="http://blog.whiletrue.com/wp-content/uploads/2007/07/image1.png" atomicselection="true"><img STYLE="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" HEIGHT="89" ALT="object id's" SRC="http://blog.whiletrue.com/wp-content/uploads/2007/07/image-thumb1.png" WIDTH="528" BORDER="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.whiletrue.com/2007/07/marking-variables-in-vsnet-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.417 seconds -->

