<?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: Debugging UI</title>
	<atom:link href="http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/</link>
	<description></description>
	<lastBuildDate>Sat, 12 Nov 2011 20:10:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jeff Moser</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-802</link>
		<dc:creator>Jeff Moser</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-802</guid>
		<description>Great post! You can also break on just:

WindowsFormsSynchronizationContext()</description>
		<content:encoded><![CDATA[<p>Great post! You can also break on just:</p>
<p>WindowsFormsSynchronizationContext()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-740</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-740</guid>
		<description>Thanks a lot man, this debug info really helps and thanks to gary as well for mentioning Visual Studio debug option.

I was creating form instance on backGround worker thread with startup wizard dispaly before loading actual application MDI form. though I was disposing form object and setting to null but didn&#039;t help.

It never use to hang with Visual studio debug evn, but outside studio (non dev env) always does.</description>
		<content:encoded><![CDATA[<p>Thanks a lot man, this debug info really helps and thanks to gary as well for mentioning Visual Studio debug option.</p>
<p>I was creating form instance on backGround worker thread with startup wizard dispaly before loading actual application MDI form. though I was disposing form object and setting to null but didn&#8217;t help.</p>
<p>It never use to hang with Visual studio debug evn, but outside studio (non dev env) always does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-721</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Mon, 10 Aug 2009 11:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-721</guid>
		<description>Don&#039;t forget to disable the &#039;Just My code&#039; option in Tools-&gt;options-&gt;debugging. 

This worked a treat, led me straight to the problem, I had already spent a man week trying to find it, with this it took an hour!</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to disable the &#8216;Just My code&#8217; option in Tools-&gt;options-&gt;debugging. </p>
<p>This worked a treat, led me straight to the problem, I had already spent a man week trying to find it, with this it took an hour!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhimanyu</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-720</link>
		<dc:creator>Abhimanyu</dc:creator>
		<pubDate>Tue, 04 Aug 2009 09:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-720</guid>
		<description>Hi!
  The issue for us seems to be only in production. in dev, i.e. with studio and all, the bug never occurs.
What i was looking for is a way to log the control cal stack which is &#039;created&#039; in non ui thread in runtime in production.

Is there a way i can add some diagnostic code to log when the phenomenon occurs at runtime w/o debugger?

I&#039;m not even sure what tp type in google to get what i want :(</description>
		<content:encoded><![CDATA[<p>Hi!<br />
  The issue for us seems to be only in production. in dev, i.e. with studio and all, the bug never occurs.<br />
What i was looking for is a way to log the control cal stack which is &#8216;created&#8217; in non ui thread in runtime in production.</p>
<p>Is there a way i can add some diagnostic code to log when the phenomenon occurs at runtime w/o debugger?</p>
<p>I&#8217;m not even sure what tp type in google to get what i want <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven King</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-682</link>
		<dc:creator>Steven King</dc:creator>
		<pubDate>Fri, 01 May 2009 15:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-682</guid>
		<description>To break on Constructor:
System.Windows.Forms.WindowsFormsSynchronizationContext..ctor()

The name of the Constructor is .ctor, so there needs to be two periods in the call.  You can see the name of the constructor method by examining the il codes from ildasm.</description>
		<content:encoded><![CDATA[<p>To break on Constructor:<br />
System.Windows.Forms.WindowsFormsSynchronizationContext..ctor()</p>
<p>The name of the Constructor is .ctor, so there needs to be two periods in the call.  You can see the name of the constructor method by examining the il codes from ildasm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - December 16, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-522</link>
		<dc:creator>Dew Drop - December 16, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 16 Dec 2008 15:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-522</guid>
		<description>[...] Debugging UI (Aaron Lerch) [...]</description>
		<content:encoded><![CDATA[<p>[...] Debugging UI (Aaron Lerch) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik</title>
		<link>http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/comment-page-1/#comment-515</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/12/15/debugging-ui/#comment-515</guid>
		<description>Very clever. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Very clever. Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

