<?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/"
	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>Microsoft Technology, .Net, BizTalk, Sharepoint &#38; etc. &#187; windbg</title>
	<atom:link href="http://littletalk.wordpress.com/tag/windbg/feed/" rel="self" type="application/rss+xml" />
	<link>http://littletalk.wordpress.com</link>
	<description>Liedong(Ken) Zheng, Senior SharePoint Developer at SIMPLOT</description>
	<lastBuildDate>Tue, 22 Dec 2009 23:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='littletalk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/273a2ea2429a815e9b5d08a05fc38987?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Microsoft Technology, .Net, BizTalk, Sharepoint &#38; etc. &#187; windbg</title>
		<link>http://littletalk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://littletalk.wordpress.com/osd.xml" title="Microsoft Technology, .Net, BizTalk, Sharepoint &amp; etc." />
		<item>
		<title>Configure a service to start with the WinDbg debugger attached</title>
		<link>http://littletalk.wordpress.com/2008/07/28/configure-a-service-to-start-with-the-windbg-debugger-attached/</link>
		<comments>http://littletalk.wordpress.com/2008/07/28/configure-a-service-to-start-with-the-windbg-debugger-attached/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 05:29:03 +0000</pubDate>
		<dc:creator>ken zheng</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[windbg]]></category>

		<guid isPermaLink="false">http://littletalk.wordpress.com/?p=170</guid>
		<description><![CDATA[Configure the &#8220;Image File Execution&#8221; options. To do this, use one of the following methods:
•
Method 1: Use the Global Flags Editor (gflags.exe)

	a. 	Start Windows Explorer.
b. 	Locate the gflags.exe file on your computer.
Note The gflags.exe file is typically located in the following directory: C:\Program Files\Debugging Tools for Windows.
c. 	Run the gflags.exe file to start the Global [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=170&subd=littletalk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Configure the &#8220;Image File Execution&#8221; options. To do this, use one of the following methods:<br />
•<br />
Method 1: Use the Global Flags Editor (gflags.exe)</p>
<ul>
	a. 	Start Windows Explorer.<br />
b. 	Locate the gflags.exe file on your computer.</p>
<p>Note The gflags.exe file is typically located in the following directory: C:\Program Files\Debugging Tools for Windows.<br />
c. 	Run the gflags.exe file to start the Global Flags Editor.<br />
d. 	In the Image File Name text box, type the image name of the process that hosts the service that you want to debug. For example, if you want to debug a service that is hosted by a process that has MyService.exe as the image name, type MyService.exe.<br />
e. 	Under Destination, click to select the Image File Options option.<br />
f. 	Under Image Debugger Options, click to select the Debugger check box.<br />
g. 	In the Debugger text box, type the full path of the debugger that you want to use. For example, if you want to use the WinDbg debugger to debug a service, you can type a full path that is similar to the following: C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe<br />
h. 	Click Apply, and then click OK to quit the Global Flags Editor.</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/littletalk.wordpress.com/170/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/littletalk.wordpress.com/170/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/littletalk.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/littletalk.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/littletalk.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/littletalk.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/littletalk.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/littletalk.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/littletalk.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/littletalk.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/littletalk.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/littletalk.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=170&subd=littletalk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://littletalk.wordpress.com/2008/07/28/configure-a-service-to-start-with-the-windbg-debugger-attached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e36e65741ca6b868a4f626cb656121bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ken zheng</media:title>
		</media:content>
	</item>
		<item>
		<title>WINDBG</title>
		<link>http://littletalk.wordpress.com/2008/07/25/windbg/</link>
		<comments>http://littletalk.wordpress.com/2008/07/25/windbg/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 04:05:16 +0000</pubDate>
		<dc:creator>ken zheng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windbg]]></category>

		<guid isPermaLink="false">http://littletalk.wordpress.com/?p=159</guid>
		<description><![CDATA[If your WinDBG skills are lacking, I encourage you to take a little dip into WinDBG and get your feet wet by following the guide from Johan Straarup

Getting Started With WinDBG Part I 
Getting Started With WinDBG Part II 

Happy debugging!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=159&subd=littletalk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If your WinDBG skills are lacking, I encourage you to take a little dip into WinDBG and get your feet wet by following the guide from <a href="http://www.timbarcz.com/blog/ct.ashx?id=533530cf-8878-4f5f-8236-33dadc5e506c&amp;url=http%3a%2f%2fblogs.msdn.com%2fjohan%2fdefault.aspx">Johan Straarup</a></p>
<ul>
<li><a href="http://www.timbarcz.com/blog/ct.ashx?id=533530cf-8878-4f5f-8236-33dadc5e506c&amp;url=http%3a%2f%2fblogs.msdn.com%2fjohan%2farchive%2f2007%2f11%2f13%2fgetting-started-with-windbg-part-i.aspx">Getting Started With WinDBG Part I</a> </li>
<li><a href="http://www.timbarcz.com/blog/ct.ashx?id=533530cf-8878-4f5f-8236-33dadc5e506c&amp;url=http%3a%2f%2fblogs.msdn.com%2fjohan%2farchive%2f2007%2f11%2f26%2fgetting-started-with-windbg-part-ii.aspx">Getting Started With WinDBG Part II</a> </li>
</ul>
<p>Happy debugging!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/littletalk.wordpress.com/159/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/littletalk.wordpress.com/159/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/littletalk.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/littletalk.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/littletalk.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/littletalk.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/littletalk.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/littletalk.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/littletalk.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/littletalk.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/littletalk.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/littletalk.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=159&subd=littletalk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://littletalk.wordpress.com/2008/07/25/windbg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e36e65741ca6b868a4f626cb656121bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ken zheng</media:title>
		</media:content>
	</item>
	</channel>
</rss>