<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx</link><description>I've mentioned it before, but SysInternal 's DebugView is a great utility. It allows you to get the Debug.WriteLine() strings from your application even when you're not attached with a debugger, as long as it was compiled in Debug mode. Very convenient</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#964126</link><pubDate>Mon, 20 Nov 2006 00:20:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:964126</guid><dc:creator>Jake Scott</dc:creator><author>Jake Scott</author><description>&lt;p&gt;Just setup a filter in Debug View. In the exclude textbox type &amp;quot;Enter HWND&amp;quot; without the double quotes. Problem solved.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=964126" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#498484</link><pubDate>Mon, 28 Aug 2006 12:00:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:498484</guid><dc:creator>SvenC</dc:creator><author>SvenC</author><description>&lt;p&gt;I tracked that down: it's actually caused by the latest Visual Source Safe addin: ssscc.dll&lt;/p&gt;
&lt;p&gt;I searched that dll for the offending text &amp;quot;Left, Enter HWND&amp;quot; and replaced the first character of that text in the dll with a null byte. So OutputDebugString will just output an empty string which is not appearing in my DebugView.&lt;/p&gt;
&lt;p&gt;Now I have silence in debugview again until my OutputDebugStrings are executed.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;SvenC&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=498484" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#454078</link><pubDate>Tue, 20 Jun 2006 18:52:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:454078</guid><dc:creator>Dan McKinley</dc:creator><author>Dan McKinley</author><description>I was wondering when somebody else would notice this. It's been driving me nuts for a while.&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://mcfunley.com/cs/blogs/dan/archive/2006/03/30/978.aspx"&gt;http://mcfunley.com/cs/blogs/dan/archive/2006/03/30/978.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=454078" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#454064</link><pubDate>Tue, 20 Jun 2006 16:12:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:454064</guid><dc:creator>AvnerK</dc:creator><author>AvnerK</author><description>I can always filter, but since the 3448 is the Process ID for the current instance, it changes every time I run Visual Studio. This means I can either redefine the filter every time or try to guess all the possible messages and filter them out.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=454064" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#454060</link><pubDate>Tue, 20 Jun 2006 15:25:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:454060</guid><dc:creator>Chris </dc:creator><author>Chris </author><description>That's what filters are for. &amp;nbsp;Just set it to exclude 3448 or whatever all the VS debug lines start with.&lt;br&gt;&lt;br&gt;My UPS software does the same thing, so i either have to set up filters, or unplug the USB interface and lose my auto hibernate and auto shutdown ability that the UPS can trigger.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=454060" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: June 20, 2006 AM edition</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#454055</link><pubDate>Tue, 20 Jun 2006 14:40:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:454055</guid><dc:creator>Jason Haley</dc:creator><author>Jason Haley</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=454055" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio obstructing DebugView</title><link>http://weblogs.asp.net/avnerk/archive/2006/06/20/Visual-Studio-obstructing-DebugView.aspx#453972</link><pubDate>Tue, 20 Jun 2006 09:41:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:453972</guid><dc:creator>merrion</dc:creator><author>merrion</author><description>If there are no Trace listeners attached the default is to send any Trace.WriteLine type output using OutputDebugString - see &lt;a rel="nofollow" target="_new" href="http://www.thecodeproject.com/vb/net/VisualTraceListener.asp"&gt;http://www.thecodeproject.com/vb/net/VisualTraceListener.asp&lt;/a&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=453972" width="1" height="1"&gt;</description></item></channel></rss>