<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to Set Up Kernel Debugging For Windows in VMWare ESX</title>
	<atom:link href="http://blog.electric-cloud.com/2009/08/05/how-to-set-up-kernel-debugging-for-windows-in-vmware-esx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.electric-cloud.com/2009/08/05/how-to-set-up-kernel-debugging-for-windows-in-vmware-esx/</link>
	<description>This is your source for software build-test-deploy best practices and technical tips and tricks for Electric Cloud solutions</description>
	<lastBuildDate>Mon, 26 Jul 2010 22:02:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: used plant machinery</title>
		<link>http://blog.electric-cloud.com/2009/08/05/how-to-set-up-kernel-debugging-for-windows-in-vmware-esx/#comment-570</link>
		<dc:creator>used plant machinery</dc:creator>
		<pubDate>Tue, 20 Apr 2010 09:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.electric-cloud.com/?p=459#comment-570</guid>
		<description>There may be few questions rising in your thoughts concerning machinery. Where I can buy this equipment? Methods to get one of the best inexpensive costs? The right way to test the standard of the machinery? Yes, these questions are obvious and you&#039;re going to get the solutions as properly on this article.</description>
		<content:encoded><![CDATA[<p>There may be few questions rising in your thoughts concerning machinery. Where I can buy this equipment? Methods to get one of the best inexpensive costs? The right way to test the standard of the machinery? Yes, these questions are obvious and you&#8217;re going to get the solutions as properly on this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve heller</title>
		<link>http://blog.electric-cloud.com/2009/08/05/how-to-set-up-kernel-debugging-for-windows-in-vmware-esx/#comment-369</link>
		<dc:creator>steve heller</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.electric-cloud.com/?p=459#comment-369</guid>
		<description>Thanks for the reply. By the way, I found some additional instructions here:

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007086

and am trying it at present. I&#039;ll let you know what I find out.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. By the way, I found some additional instructions here:</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007086" rel="nofollow">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007086</a></p>
<p>and am trying it at present. I&#8217;ll let you know what I find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdelmas</title>
		<link>http://blog.electric-cloud.com/2009/08/05/how-to-set-up-kernel-debugging-for-windows-in-vmware-esx/#comment-368</link>
		<dc:creator>sdelmas</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.electric-cloud.com/?p=459#comment-368</guid>
		<description>The named pipe you create with the above steps won&#039;t be exposed to windbg. At the application (windbg) level you will just use the created com ports. So I would expect more something like -k com:port=com2 (where com2 is the newly created com port).

I tried doing a shared pipe setup myself for some time, but that just never worked properly. I hope this helps...</description>
		<content:encoded><![CDATA[<p>The named pipe you create with the above steps won&#8217;t be exposed to windbg. At the application (windbg) level you will just use the created com ports. So I would expect more something like -k com:port=com2 (where com2 is the newly created com port).</p>
<p>I tried doing a shared pipe setup myself for some time, but that just never worked properly. I hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve heller</title>
		<link>http://blog.electric-cloud.com/2009/08/05/how-to-set-up-kernel-debugging-for-windows-in-vmware-esx/#comment-367</link>
		<dc:creator>steve heller</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.electric-cloud.com/?p=459#comment-367</guid>
		<description>I&#039;m trying to follow these steps to connect a kernel debugger between two ESX virtual machines, but I don&#039;t know exactly what to put in the windbg startup parameters to connect to the target virtual machine. The problem seems to be the com part. Right now I have that as:
-k com:port=\\109091584855338,pipe,baud=115200,resets=0,reconnect

But that pipe name seems to be invalid. I&#039;ve already tried what I would use for the pipe name if using two Hyper-V VMs, namely &quot;\\.\pipe\109091584855338&quot;, with no success. What should I have for the -k setting?

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to follow these steps to connect a kernel debugger between two ESX virtual machines, but I don&#8217;t know exactly what to put in the windbg startup parameters to connect to the target virtual machine. The problem seems to be the com part. Right now I have that as:<br />
-k com:port=\\109091584855338,pipe,baud=115200,resets=0,reconnect</p>
<p>But that pipe name seems to be invalid. I&#8217;ve already tried what I would use for the pipe name if using two Hyper-V VMs, namely &#8220;\\.\pipe\109091584855338&#8243;, with no success. What should I have for the -k setting?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
