Issues Debugging GWT apps

2009-08-27 Thread divya.aj...@gmail.com
Hi, I am new to GWT and eclipse (I have done some Java programming in the past - long time back though :)). I am running into an issue regarding debugging. S/W versions: - Google Plugin - 1.1.0 - GWT SDK - 1.7.0 - Eclipse - 3.5 When i register a break point, it gets registered properly. I can

Re: Issues Debugging GWT apps

2009-08-28 Thread divya.aj...@gmail.com
in the method. Eclipse is funny that way On Aug 27, 10:40 am, divya.aj...@gmail.com divya.aj...@gmail.com wrote: Hi, I am new to GWT and eclipse (I have done some Java programming in the past - long time back though :)). I am running into an issue regarding debugging. S/W

Re: Issues Debugging GWT apps

2009-08-28 Thread divya.aj...@gmail.com
change this? Going to Windows-Preferences0Java-Compiler, i can only change the compiler compliance level to 1.5, 1.6 etc... I am assuming this is not the right thing!! On Aug 28, 12:53 am, Thomas Broyer t.bro...@gmail.com wrote: On 27 août, 18:40, divya.aj...@gmail.com divya.aj...@gmail.com

Re: Issues Debugging GWT apps

2009-08-28 Thread divya.aj...@gmail.com
OKAY, finally got it working by changing the JRE configuration. Followed these steps. Launched debug configuration. run - debug configurations (Opens up the project settings) choose JRE tab click Alternate JRE Add a new JRE by passing the installed JDK directory path (make sure the new JDK is

Re: Issues Debugging GWT apps

2009-08-28 Thread divya.aj...@gmail.com
Read 1.6.14 as 1.6.0_14 in the previous post :D On Aug 28, 10:58 am, divya.aj...@gmail.com divya.aj...@gmail.com wrote: @Thomas, Thanks. I did find some information related to debugging not working in eclipse with JDK version 1.6.14. I have some lame questions: - I did not manually install

Re: Issues Debugging GWT apps

2009-08-28 Thread divya.aj...@gmail.com
Tried the following 2 links to change the JDK version: http://mindlessfodder.wordpress.com/2009/07/24/setting-the-jdk-for-the-eclipse-ide/ http://onkarjoshi.wordpress.com/2008/09/25/configuring-eclipse-to-use-a-jdk-at-a-location-with-spaces-in-it/ Both of them suggest to change eclipse.ini file

Re: Generation of useful random ID

2009-09-09 Thread divya.aj...@gmail.com
Why does the client need to generate a key for the database? The server should return this to the client instead. In the windows world there exists a globally unique identifier called GUID. The GUID is guaranteed to be unique on all machines. It is a combination of the MAC address + Current Time

Re: dubuger does not stop on breakpoints pls help

2009-09-09 Thread divya.aj...@gmail.com
I had same problems too :D Hope this discussion thread is helpful. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c36a02cfdd8ed09f/a65136a57bfd679a?hl=enlnk=gstq=++Issues+Debugging+GWT+apps++#a65136a57bfd679a On Sep 8, 6:11 pm, olivier nouguier olivier.nougu...@gmail.com