<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How To Make Debugging .NET Windows Services Easier</title>
	<link>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Tue, 06 Jan 2009 02:58:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: cs</title>
		<link>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-991</link>
		<author>cs</author>
		<pubDate>Fri, 25 Jan 2008 15:48:44 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-991</guid>
		<description>Hi, nice tip because it also works on ViSTA 64. For now 

I'll keep using the Debugger.Launch() trick (http://www.duelec.de/blog/?p=58)</description>
		<content:encoded><![CDATA[<p>Hi, nice tip because it also works on ViSTA 64. For now </p>
<p>I&#8217;ll keep using the Debugger.Launch() trick (http://www.duelec.de/blog/?p=58)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrankcarr</title>
		<link>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-826</link>
		<author>jfrankcarr</author>
		<pubDate>Tue, 30 Oct 2007 13:37:32 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-826</guid>
		<description>Hi Gonzalo,

I had seen this method described but I found that it wasn't a good way to debug the service start-up in my app for the reasons given in the article. It may work in some other situations though so it may be worth investigating.

Here's a Code Project  article about this technique if anyone is interested: &lt;a href="http://www.codeproject.com/useritems/HowtoDebugaWindowsService.asp" target="_blank" rel="nofollow"&gt;How to debug a windows service and not die in the effort&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Gonzalo,</p>
<p>I had seen this method described but I found that it wasn&#8217;t a good way to debug the service start-up in my app for the reasons given in the article. It may work in some other situations though so it may be worth investigating.</p>
<p>Here&#8217;s a Code Project  article about this technique if anyone is interested: <a href="http://www.codeproject.com/useritems/HowtoDebugaWindowsService.asp" target="_blank" rel="nofollow">How to debug a windows service and not die in the effort</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo</title>
		<link>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-823</link>
		<author>Gonzalo</author>
		<pubDate>Mon, 29 Oct 2007 22:52:00 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-823</guid>
		<description>And what about calling debugger methods on "OnStart" ?

Like: System.Diagnostics.Debugger.Launch() or System.Diagnostics.Debugger.Break() ...</description>
		<content:encoded><![CDATA[<p>And what about calling debugger methods on &#8220;OnStart&#8221; ?</p>
<p>Like: System.Diagnostics.Debugger.Launch() or System.Diagnostics.Debugger.Break() &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfrankcarr</title>
		<link>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-786</link>
		<author>jfrankcarr</author>
		<pubDate>Fri, 19 Oct 2007 01:01:08 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-786</guid>
		<description>Thanks for stopping by Michael. I hope you found my article helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for stopping by Michael. I hope you found my article helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-785</link>
		<author>Michael</author>
		<pubDate>Thu, 18 Oct 2007 21:42:02 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/24/how-to-make-debugging-net-windows-services-easier/#comment-785</guid>
		<description>KISS = keep it simple stupid..
that was good advice, I pulled a bunch of start up etc out on OnStart and setup a timer for 30 seconds which then later fires and performs the rest of the initialization including enabling other timers, so now I can set a breakpoint and finally debug the startup /initialization code

thanks</description>
		<content:encoded><![CDATA[<p>KISS = keep it simple stupid..<br />
that was good advice, I pulled a bunch of start up etc out on OnStart and setup a timer for 30 seconds which then later fires and performs the rest of the initialization including enabling other timers, so now I can set a breakpoint and finally debug the startup /initialization code</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
