<?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/"
	>

<channel>
	<title>Debugging Tools Techniques Tips - Debuggers &#187; This</title>
	<atom:link href="http://www.pcdebug.com/tag/this/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pcdebug.com</link>
	<description>Windows Linux Debuggers</description>
	<lastBuildDate>Mon, 25 Jan 2010 00:40:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Please Help Me Debug This Java(source Code)program! It Can Be Compiled,but It Does Not Run!!!?</title>
		<link>http://www.pcdebug.com/thread-debug/please-help-me-debug-this-javasource-codeprogram-it-can-be-compiledbut-it-does-not-run.html</link>
		<comments>http://www.pcdebug.com/thread-debug/please-help-me-debug-this-javasource-codeprogram-it-can-be-compiledbut-it-does-not-run.html#comments</comments>
		<pubDate>Sat, 28 Nov 2009 01:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Thread Debugging]]></category>
		<category><![CDATA[Codeprogram]]></category>
		<category><![CDATA[Compiledbut]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Javasource]]></category>
		<category><![CDATA[Please]]></category>
		<category><![CDATA[This]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/thread-debug/please-help-me-debug-this-javasource-codeprogram-it-can-be-compiledbut-it-does-not-run.html</guid>
		<description><![CDATA[***after i compiled this as javac go.java, it has no errors, but when I want to run this already as &#8221; java go &#8221; it cannot be run. there says Exception in thread &#8220;main&#8221; java.lang.ArrayIndexOutOfBoundsException… 0 at go.main(go.java:3) ***here&#8217;s the source code: (please do help me debug and run this JAVA program please) class go{ [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/thread-debug/please-help-me-debug-this-javasource-codeprogram-it-can-be-compiledbut-it-does-not-run.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Can Someone Explain This Minidump Debug Analysis For Me Please?</title>
		<link>http://www.pcdebug.com/thread-debug/can-someone-explain-this-minidump-debug-analysis-for-me-please.html</link>
		<comments>http://www.pcdebug.com/thread-debug/can-someone-explain-this-minidump-debug-analysis-for-me-please.html#comments</comments>
		<pubDate>Sun, 22 Nov 2009 19:53:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Thread Debugging]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Explain]]></category>
		<category><![CDATA[Minidump]]></category>
		<category><![CDATA[Please]]></category>
		<category><![CDATA[Someone]]></category>
		<category><![CDATA[This]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/thread-debug/can-someone-explain-this-minidump-debug-analysis-for-me-please.html</guid>
		<description><![CDATA[Ive been getting blue screen crashes for a while now and they only ever happen when i play the game world of warcraft. I WinDbg to try and understand what was happening, but due to my lack of understanding in this area, i cannot make any sense of the analysis. Perhaps someone can make sense [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/thread-debug/can-someone-explain-this-minidump-debug-analysis-for-me-please.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why Would My Gdb Debugger Show Me This Error? C++?</title>
		<link>http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html#comments</comments>
		<pubDate>Sat, 21 Nov 2009 22:43:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Show]]></category>
		<category><![CDATA[This]]></category>
		<category><![CDATA[Would]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html</guid>
		<description><![CDATA[Here is the error it gave, in my main program the first line is to just cout&#60;&#60; 1; It won&#039;t even do that without pausing for a long time then giving me a segmentation fault. Anyways here&#039;s the error: Program received signal SIGSEGV, Segmentation fault. 0xff358948 in std::string::_Alloc_hider::_Alloc_hider (this=0xf9018000, __dat=0xff385ecc &#34;&#34;, __a=@0xffbff710) at /export/home/jco/gnu-sw/src/gcc-3.3.3/sp… 228 [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>While Asp App Debug-unable To Start Debugging On The Web Server.the Url For This Project In The Internet Zone?</title>
		<link>http://www.pcdebug.com/asp-debugging/while-asp-app-debug-unable-to-start-debugging-on-the-web-server-the-url-for-this-project-in-the-internet-zone.html</link>
		<comments>http://www.pcdebug.com/asp-debugging/while-asp-app-debug-unable-to-start-debugging-on-the-web-server-the-url-for-this-project-in-the-internet-zone.html#comments</comments>
		<pubDate>Sat, 21 Nov 2009 11:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP Debugging]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Debugunable]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Server.the]]></category>
		<category><![CDATA[Start]]></category>
		<category><![CDATA[This]]></category>
		<category><![CDATA[Zone]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/asp-debugging/while-asp-app-debug-unable-to-start-debugging-on-the-web-server-the-url-for-this-project-in-the-internet-zone.html</guid>
		<description><![CDATA[while running asp application error pops up -&#8221;error while trying to run project: unable to start debugging on the web server. you dont have permissionto debug the application. the url for this project is in the internet zone&#8221;]]></description>
		<wfw:commentRss>http://www.pcdebug.com/asp-debugging/while-asp-app-debug-unable-to-start-debugging-on-the-web-server-the-url-for-this-project-in-the-internet-zone.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

