<?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/"
		>
<channel>
	<title>Comments on: Still Wrestling With Google&#8217;s Web Toolkit</title>
	<atom:link href="http://third-bit.com/blog/archives/1576.html/feed" rel="self" type="application/rss+xml" />
	<link>http://third-bit.com/blog/archives/1576.html</link>
	<description>Data is ones and zeroes &#124; Software is ones and zeroes and hard work.</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:07:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dmitri</title>
		<link>http://third-bit.com/blog/archives/1576.html#comment-1776</link>
		<dc:creator>Dmitri</dc:creator>
		<pubDate>Thu, 29 May 2008 20:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1576.html#comment-1776</guid>
		<description>I think Greg misunderstood my problem a bit. Me not being able to debug the application is not really what&#039;s stopping me. I am already testing it in Hosted mode. The problem is that the server I&#039;m calling throws me back an exception, and I don&#039;t know why. Being able to debug client-side code doesn&#039;t really help me with that.

Although when I did try &quot;debug&quot; instead of &quot;run&quot; with Eclipse, instead of getting an exception thrown, I get an error about &quot;source not being found&quot;:

NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: not available
IDispatchImpl.callMethod(CompilingClassLoader, Object, Variant[], Method) line: 126
MethodDispatch.invoke(int, int, Variant[]) line: 88
MethodDispatch(IDispatchImpl).Invoke(int, int, int, int, int, int, int, int) line: 293
MethodDispatch(IDispatchImpl).method6(int[]) line: 196
COMObject.callback6(int[]) line: 117
OS.DispatchMessageW(MSG) line: not available [native method]
OS.DispatchMessage(MSG) line: 1925
Display.readAndDispatch() line: 2966
GWTShell.pumpEventLoop() line: 689
GWTShell.run() line: 550
GWTShell.main(String[]) line: 321

This may be something worth looking into for me.</description>
		<content:encoded><![CDATA[<p>I think Greg misunderstood my problem a bit. Me not being able to debug the application is not really what&#8217;s stopping me. I am already testing it in Hosted mode. The problem is that the server I&#8217;m calling throws me back an exception, and I don&#8217;t know why. Being able to debug client-side code doesn&#8217;t really help me with that.</p>
<p>Although when I did try &#8220;debug&#8221; instead of &#8220;run&#8221; with Eclipse, instead of getting an exception thrown, I get an error about &#8220;source not being found&#8221;:</p>
<p>NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available<br />
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available<br />
Method.invoke(Object, Object&#8230;) line: not available<br />
IDispatchImpl.callMethod(CompilingClassLoader, Object, Variant[], Method) line: 126<br />
MethodDispatch.invoke(int, int, Variant[]) line: 88<br />
MethodDispatch(IDispatchImpl).Invoke(int, int, int, int, int, int, int, int) line: 293<br />
MethodDispatch(IDispatchImpl).method6(int[]) line: 196<br />
COMObject.callback6(int[]) line: 117<br />
OS.DispatchMessageW(MSG) line: not available [native method]<br />
OS.DispatchMessage(MSG) line: 1925<br />
Display.readAndDispatch() line: 2966<br />
GWTShell.pumpEventLoop() line: 689<br />
GWTShell.run() line: 550<br />
GWTShell.main(String[]) line: 321</p>
<p>This may be something worth looking into for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catspaw</title>
		<link>http://third-bit.com/blog/archives/1576.html#comment-1775</link>
		<dc:creator>Catspaw</dc:creator>
		<pubDate>Thu, 29 May 2008 15:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://pyre.third-bit.com/blog/archives/1576.html#comment-1775</guid>
		<description>Uhhh....there is debugger support.  Use the projectCreator tool (to create a usable .launch file) followed by the applicationCreator tool with
the -eclipse flag to complete the project for Eclipse.  This way when you import into Eclipse all the classpaths and launch configurations
are set up for you and you just RUN or DEBUG and everything should be fine.

Maybe we could pass a new law -- nobody&#039;s allowed to complain about software failings without RTFMing first.</description>
		<content:encoded><![CDATA[<p>Uhhh&#8230;.there is debugger support.  Use the projectCreator tool (to create a usable .launch file) followed by the applicationCreator tool with<br />
the -eclipse flag to complete the project for Eclipse.  This way when you import into Eclipse all the classpaths and launch configurations<br />
are set up for you and you just RUN or DEBUG and everything should be fine.</p>
<p>Maybe we could pass a new law &#8212; nobody&#8217;s allowed to complain about software failings without RTFMing first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

