Re: Eclipse - debugging gwt app

2009-06-15 Thread Alex
I had the same problem with breakpoints in Eclipse debugging GWT application. In my case, it was definitely problem with JDK 1.6.0_14. When I switched to 1.6.0_11 everything was fine and my breakpoints weren't ignored anymore. --~--~-~--~~~---~--~~ You received

Eclipse - debugging gwt app

2009-06-09 Thread Peter Kirklewski
Hi there I created some breakpoints and am trying to run a debug but nothing happens. The program ends and eclipse doesnt switch to debug mode or stop on the brakpoints. I have put the breakpoint on this line:System.out.println(RUNNING PSQLConnection()); And I get the message in the

Re: Eclipse - debugging gwt app

2009-06-09 Thread Keith Whittingham
Dumb question but did you start your app by running it or in debug mode? __ Keith Whittingham Eichstrasse 3, CH-8135, Langnau am Albis http://www.whittingham.ch keithwhitting...@mac.com (M) +41 79 820 6216 On Jun 9, 2009, at 1:54 PM, Peter Kirklewski wrote: Hi

Re: Eclipse - debugging gwt app

2009-06-09 Thread Peter Kirklewski
There is no such ting as a dumb question mate :) Being in Java EE perspective I right click on the project and then Debug As Web Application. This gives me a browser (jetty) window from witch I need to click a button which starts the method I'm trying to debug. I also tried to open the Debug

Re: Eclipse - debugging gwt app

2009-06-09 Thread Keith Whittingham
You should get the first window which is titled Google Web Toolit Hosted Model / Port 8080 and then a second window with your application running in it with a Google Web Toolkit logo in the top right corner. On Jun 9, 2009, at 2:07 PM, Peter Kirklewski wrote: There is no such ting as a

Re: Eclipse - debugging gwt app

2009-06-09 Thread Peter Kirklewski
I'm getting both windows in the second I click the button which triggers the method I want to debug. But the program runs right to the bottom, and it's not stopping on any of breakpoints I've set. Regards Peter Keith Whittingham wrote: You should get the first window which is titled Google

Re: Eclipse - debugging gwt app

2009-06-09 Thread Keith Whittingham
I'm really not sure what's happening. I've had a similar problem a while back and there was a copy of the source code somewhere that Eclipse was running. I was putting breakpoints in the copy code so that Eclipse didn't really put breakpoints in. I would have a quick look around your disk

Re: Eclipse - debugging gwt app

2009-06-09 Thread Miguel Méndez
Not sure if this is what you are seeing, but it appears that there is an issue with JDK 1.6.0_14 that can cause breakpoints to be ignored. Are you using that version of the JDK/JRE? On Tue, Jun 9, 2009 at 10:16 AM, Peter Kirklewski pkirklew...@gabaedevelopment.com wrote: I'm getting both

Re: Eclipse - debugging gwt app

2009-06-09 Thread Vishal Singh
I am also facing the same problem. The application does not stop at the break points. Vishal On Jun 9, 5:07 pm, Peter Kirklewski pkirklew...@gabaedevelopment.com wrote: There is no such ting as a dumb question mate :) Being in Java EE perspective I right click on the project and then Debug

Re: Eclipse - debugging gwt app

2009-06-09 Thread Miguel Méndez
Does it sound like the following issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3724 . On Tue, Jun 9, 2009 at 8:14 AM, Vishal Singh singh.vi...@gmail.com wrote: I am also facing the same problem. The application does not stop at the break points. Vishal On Jun 9, 5:07

Re: Eclipse - debugging gwt app

2009-06-09 Thread Paul Hargreaves
, 2009 17:06:12 Subject: Re: Eclipse - debugging gwt app Does it sound like the following issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3724 . On Tue, Jun 9, 2009 at 8:14 AM, Vishal Singh singh.vi...@gmail.com wrote: I am also facing the same problem. The application does

Re: Eclipse - debugging gwt app

2009-06-09 Thread Miguel Méndez
:* Tuesday, 9 June, 2009 17:06:12 *Subject:* Re: Eclipse - debugging gwt app Does it sound like the following issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3724 . On Tue, Jun 9, 2009 at 8:14 AM, Vishal Singh singh.vi...@gmail.comwrote: I am also facing the same problem