Thanks for the tip Jason. Like IE and Firebug, the "debugger;" statement also causes JS breakpoints to be hit in Safari 4.
On Fri, Apr 3, 2009 at 10:28 AM, Jason Essington <[email protected]>wrote: > > For reference, you can already use the latest webkit nightly (safari4) > as your hosted mode engine (web inspector and all) on OS X! This works > in both GWT 1.5 and 1.6. > > The trick is to set the environment variable: DYLD_FRAMEWORK_PATH=/ > Applications/WebKit.app/Contents/Frameworks/10.5 > > This has been great for me as it allows use of the new web inspector > for debugging CSS and layout issues. > > -jason > > On Apr 2, 2009, at 1:10 PM, Vitali Lovich wrote: > > > > > In OOPHM, you run your regular browser (Firefox, IE, or Safari on > > Mac). So you can use any developer tools that come for the browser > > (it's also a lot faster in terms of UI responsiveness). > > > > On Thu, Apr 2, 2009 at 9:58 AM, Miles T. <[email protected]> > > wrote: > >> > >> Use the native browser to its full power ? What are you talking > >> about ? > >> > >> On Apr 2, 11:15 am, Vitali Lovich <[email protected]> wrote: > >>> For me, the bigger benefit is the ability to utilize the native > >>> browser to > >>> its full-power. For instance, Firebug + Firefox. > >>> > >>> 2009/4/2 Alexandros Papadakis <[email protected]> > >>> > >>> > >>> > >>>> Great!!!! > >>> > >>>> 1.5.3 (which I am using) in Hosted mode can not run under 64bit > >>>> java. > >>>> The compiler can, which is nice. > >>> > >>>> As bigger and bigger projects are going to be developed, this > >>>> will > >>>> be an issue, since 32bit java can only address 1.5 gigs of > >>>> memory (or... am I wrong???) > >>> > >>>> Regards, > >>> > >>>> On Thu, Apr 2, 2009 at 10:47 AM, Vitali Lovich > >>>> <[email protected]> wrote: > >>>>> With GWT 2.0 (I believe that's the version after 1.6 & the > >>>>> current trunk) > >>>>> has OOPHM scheduled for it, which removes the platform > >>>>> dependancy pretty > >>>>> much, I'm running it right now on 64-bit Ubuntu with my native > >>>>> Firefox. > >>> > >>>>> On Thu, Apr 2, 2009 at 3:18 AM, Alexandros Papadakis > >>>>> <[email protected]> > >>>>> wrote: > >>> > >>>>>> Hi, > >>> > >>>>>> Will there be a 64bit version? > >>> > >>>>>> Best regards, > >>>>>> Alex > >>> > >>>>>> On Tue, Mar 31, 2009 at 5:51 AM, Scott Blum <[email protected]> > >>>>>> wrote: > >>>>>>> The GWT team is happy to announce the availability of Google Web > >>>> Toolkit > >>>>>>> 1.6 > >>>>>>> RC2. Download it here: > >>> > >>>>>>> http://code.google.com/p/google-web-toolkit/downloads/list?q=1.6.3 > >>> > >>>>>>> For an overview of the new features in 1.6, please see the > >>>> announcement: > >>> > >>>> http://googlewebtoolkit.blogspot.com/2009/03/google-web-toolkit-16-rc > >>>> ... > >>> > >>>>>>> The only real difference from RC1 should be some fixes I made > >>>>>>> for the > >>>>>>> hosted > >>>>>>> mode Jetty configuration issues that were reported with RC1: > >>> > >>>> http://code.google.com/p/google-web-toolkit/issues/list?can=2&q=miles > >>>> ... > >>> > >>>>>>> --Scott, on behalf of the GWT team > >>> > >> > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
