Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Igor Zubchenok
Nice plugin! Do you know if there is something similar for IntelliJ IDEA?

On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
 https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of getting one 
 more build of the browser DevMode plugin?  Maybe plug some memory leaks and 
 recompile it so it will work with 64 bit Chrome, where possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Frank Hossfeld
Assuming you are using Intellij 14 ultimate: check the JavaScript debugging 
option inside the GWT running configuration. 

Am Freitag, 28. November 2014 10:55:23 UTC+1 schrieb Igor Zubchenok:

 Nice plugin! Do you know if there is something similar for IntelliJ IDEA?

 On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
 https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of getting 
 one more build of the browser DevMode plugin?  Maybe plug some memory leaks 
 and recompile it so it will work with 64 bit Chrome, where possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Igor Zubchenok
This could probably work, but I don't see such option.
Check the screenshot:
https://www.dropbox.com/s/sgeh7ao6r9572tp/Screenshot%202014-11-28%2013.07.38.png?dl=0

On Friday, 28 November 2014 13:02:10 UTC+3, Frank Hossfeld wrote:

 Assuming you are using Intellij 14 ultimate: check the JavaScript 
 debugging option inside the GWT running configuration. 

 Am Freitag, 28. November 2014 10:55:23 UTC+1 schrieb Igor Zubchenok:

 Nice plugin! Do you know if there is something similar for IntelliJ IDEA?

 On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
 https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of getting 
 one more build of the browser DevMode plugin?  Maybe plug some memory 
 leaks 
 and recompile it so it will work with 64 bit Chrome, where possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Frank Hossfeld
Have you tried to create a new GWT running configuration?   

Am Freitag, 28. November 2014 11:09:25 UTC+1 schrieb Igor Zubchenok:

 This could probably work, but I don't see such option.
 Check the screenshot:

 https://www.dropbox.com/s/sgeh7ao6r9572tp/Screenshot%202014-11-28%2013.07.38.png?dl=0

 On Friday, 28 November 2014 13:02:10 UTC+3, Frank Hossfeld wrote:

 Assuming you are using Intellij 14 ultimate: check the JavaScript 
 debugging option inside the GWT running configuration. 

 Am Freitag, 28. November 2014 10:55:23 UTC+1 schrieb Igor Zubchenok:

 Nice plugin! Do you know if there is something similar for IntelliJ IDEA?

 On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
 https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of getting 
 one more build of the browser DevMode plugin?  Maybe plug some memory 
 leaks 
 and recompile it so it will work with 64 bit Chrome, where possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Igor Zubchenok
I tired, no results. There is still no check for JS debugging options.
IDEA 14.

https://www.dropbox.com/s/woz02oiblw14qi4/Screenshot%202014-11-28%2017.03.36.png?dl=0

On Friday, 28 November 2014 14:34:56 UTC+3, Frank Hossfeld wrote:

 Have you tried to create a new GWT running configuration?   

 Am Freitag, 28. November 2014 11:09:25 UTC+1 schrieb Igor Zubchenok:

 This could probably work, but I don't see such option.
 Check the screenshot:

 https://www.dropbox.com/s/sgeh7ao6r9572tp/Screenshot%202014-11-28%2013.07.38.png?dl=0

 On Friday, 28 November 2014 13:02:10 UTC+3, Frank Hossfeld wrote:

 Assuming you are using Intellij 14 ultimate: check the JavaScript 
 debugging option inside the GWT running configuration. 

 Am Freitag, 28. November 2014 10:55:23 UTC+1 schrieb Igor Zubchenok:

 Nice plugin! Do you know if there is something similar for IntelliJ 
 IDEA?

 On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
 https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of getting 
 one more build of the browser DevMode plugin?  Maybe plug some memory 
 leaks 
 and recompile it so it will work with 64 bit Chrome, where possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Igor Zubchenok
GWT Support plugin v1.0

https://www.dropbox.com/s/bvxuh5hel8goj59/Screenshot%202014-11-28%2017.05.00.png?dl=0

On Friday, 28 November 2014 17:04:19 UTC+3, Igor Zubchenok wrote:

 I tired, no results. There is still no check for JS debugging options.
 IDEA 14.


 https://www.dropbox.com/s/woz02oiblw14qi4/Screenshot%202014-11-28%2017.03.36.png?dl=0

 On Friday, 28 November 2014 14:34:56 UTC+3, Frank Hossfeld wrote:

 Have you tried to create a new GWT running configuration?   

 Am Freitag, 28. November 2014 11:09:25 UTC+1 schrieb Igor Zubchenok:

 This could probably work, but I don't see such option.
 Check the screenshot:

 https://www.dropbox.com/s/sgeh7ao6r9572tp/Screenshot%202014-11-28%2013.07.38.png?dl=0

 On Friday, 28 November 2014 13:02:10 UTC+3, Frank Hossfeld wrote:

 Assuming you are using Intellij 14 ultimate: check the JavaScript 
 debugging option inside the GWT running configuration. 

 Am Freitag, 28. November 2014 10:55:23 UTC+1 schrieb Igor Zubchenok:

 Nice plugin! Do you know if there is something similar for IntelliJ 
 IDEA?

 On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
 https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of 
 getting one more build of the browser DevMode plugin?  Maybe plug some 
 memory leaks and recompile it so it will work with 64 bit Chrome, where 
 possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-28 Thread Igor Zubchenok
Thanks everyone! Issue is solved! I just had to enable JavaScript debugger 
plugin! :-) hehe

On Friday, 28 November 2014 17:05:41 UTC+3, Igor Zubchenok wrote:

 GWT Support plugin v1.0


 https://www.dropbox.com/s/bvxuh5hel8goj59/Screenshot%202014-11-28%2017.05.00.png?dl=0

 On Friday, 28 November 2014 17:04:19 UTC+3, Igor Zubchenok wrote:

 I tired, no results. There is still no check for JS debugging options.
 IDEA 14.


 https://www.dropbox.com/s/woz02oiblw14qi4/Screenshot%202014-11-28%2017.03.36.png?dl=0

 On Friday, 28 November 2014 14:34:56 UTC+3, Frank Hossfeld wrote:

 Have you tried to create a new GWT running configuration?   

 Am Freitag, 28. November 2014 11:09:25 UTC+1 schrieb Igor Zubchenok:

 This could probably work, but I don't see such option.
 Check the screenshot:

 https://www.dropbox.com/s/sgeh7ao6r9572tp/Screenshot%202014-11-28%2013.07.38.png?dl=0

 On Friday, 28 November 2014 13:02:10 UTC+3, Frank Hossfeld wrote:

 Assuming you are using Intellij 14 ultimate: check the JavaScript 
 debugging option inside the GWT running configuration. 

 Am Freitag, 28. November 2014 10:55:23 UTC+1 schrieb Igor Zubchenok:

 Nice plugin! Do you know if there is something similar for IntelliJ 
 IDEA?

 On Wednesday, 26 November 2014 00:12:32 UTC+3, Slava Pankov wrote:

 SuperDevMode debugging is not so convenient as DevMode, but with 
 SDBG https://github.com/sdbg/sdbg it's almost OK for me. 
 Also with new GPE it's very easy to switch between SuperDevMode and 
 DevMode debugging, so I use both of them now.

 On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of 
 getting one more build of the browser DevMode plugin?  Maybe plug some 
 memory leaks and recompile it so it will work with 64 bit Chrome, 
 where 
 possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok 
 wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-25 Thread Igor Zubchenok
Thank you Jens, this make a sense!

SuperDevMode has ugly debugging. Unforutnately...
Do you know where Chrome 38 OSX can be downloaded?

Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-25 Thread Jens


 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?


Not really, you have to google yourself. I use SuperDevMode.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-25 Thread jonl
Search Portable Chrome, make sure it's the 32 bit version.

Since its another year away, I wonder what the possibility of getting one 
more build of the browser DevMode plugin?  Maybe plug some memory leaks and 
recompile it so it will work with 64 bit Chrome, where possible?

On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-25 Thread Slava Pankov
SuperDevMode debugging is not so convenient as DevMode, but with SDBG 
https://github.com/sdbg/sdbg it's almost OK for me. 
Also with new GPE it's very easy to switch between SuperDevMode and DevMode 
debugging, so I use both of them now.

On Tuesday, November 25, 2014 5:49:40 AM UTC-8, jonl wrote:

 Search Portable Chrome, make sure it's the 32 bit version.

 Since its another year away, I wonder what the possibility of getting one 
 more build of the browser DevMode plugin?  Maybe plug some memory leaks and 
 recompile it so it will work with 64 bit Chrome, where possible?

 On Tuesday, November 25, 2014 3:21:28 AM UTC-7, Igor Zubchenok wrote:

 Thank you Jens, this make a sense!

 SuperDevMode has ugly debugging. Unforutnately...
 Do you know where Chrome 38 OSX can be downloaded?

 Chrome is now 64 bit on OS X and the plugin is only 32 bit.

 So you have to use a different/older browser or use SuperDevMode.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT dev plugin stopped working on Chrome 39

2014-11-24 Thread Igor Zubchenok
GWT Development Plugin does not work with just updated Chrome 39.0.2171.65 
(64bit) OSX
Any ideas how to solve this?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-24 Thread Jens
Chrome is now 64 bit on OS X and the plugin is only 32 bit.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-24 Thread Jens


 Chrome is now 64 bit on OS X and the plugin is only 32 bit.


So you have to use a different/older browser or use SuperDevMode.

-- J. 

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT dev plugin stopped working on Chrome 39

2014-11-24 Thread Guillaume Rebesche
Here is your answer :)
http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html

It seems you can re-enable it manually.

cheers

Le lundi 24 novembre 2014 07:53:32 UTC-5, Igor Zubchenok a écrit :

 GWT Development Plugin does not work with just updated Chrome 39.0.2171.65 
 (64bit) OSX
 Any ideas how to solve this?


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.