that's the problem you are missing the ?gwt.codesvr=localhost:9997 from the URL, all the urls need to have that so that your application will comunicate with the eclipse so you'll be able to debug i think that's specified somewhere in the docs.
also if you don't have ?gwt.codesvr=localhost:9997 on the url, you won't see the client modfications if you refresh the browser. cheers, take a glance on the documentation for development mode On Feb 10, 9:50 am, go canal <[email protected]> wrote: > it ishttp://127.0.0.1:8888/ > rgds, > canal > > ________________________________ > From: Jason Parekh <[email protected]> > To: [email protected] > Sent: Tue, February 9, 2010 11:38:47 PM > Subject: Re: can not set breakpoint > > Hi Canal, > > Which URL is your browser pointing at? > > jason > > On Mon, Feb 8, 2010 at 8:51 PM, go canal <[email protected]> wrote: > > I have upgraded JDK to 1.6u18. tried the default project greetService, still > the same.> rgds, > >canal > > ________________________________ > From: Jason Parekh <[email protected]> > > >To: [email protected] > >Sent: Mon, February 8, 2010 11:34:43 PM > >Subject: Re: can not set breakpoint > > >Hi Canal, > > >What version of Java are you running? > >Could you try on a simple project (perhaps the default app created by the > >wizard)? > >I'm assuming the breakpoints do not show the checkmark on top of them (when > >the debugger is connected)? > > >jason > > >On Sun, Feb 7, 2010 at 8:05 PM, canal <[email protected]> wrote: > > >hi, > >>searched the group but still can not make it work - can not set > >>breakpoint in the client code > > >>i am using Eclipse 3.5, GWT 2.0.1, with plugin. Chrome; > > >>I can not set any breakpoint in the client code - not in the callback, > >>not in the OnModuleLoad. > > >>Server code is ok. > > >>thanks > >>canal > > >>-- > >>You received this message because you are subscribed to the Google Groups > >>"Google Web Toolkit" group. > >>To post to this group, send email to [email protected]. > >>To unsubscribe from this group, send email to > >>[email protected]. > >>For more options, visit this group > >>athttp://groups.google.com/group/google-web-toolkit?hl=en. > > >-- > > >You received this message because you are subscribed to the Google Groups > >"Google Web Toolkit" group. > >To post to this group, send email to [email protected]. > >To unsubscribe from this group, send email to > >[email protected]. > >For more options, visit this group > >athttp://groups.google.com/group/google-web-toolkit?hl=en.. > > >-- > > >You received this message because you are subscribed to the Google Groups > >"Google Web Toolkit" group. > >To post to this group, send email to [email protected]. > >To unsubscribe from this group, send email to > >[email protected]. > >For more options, visit this group > >athttp://groups.google.com/group/google-web-toolkit?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
