DebugIds in GWT application hosted mode

Go To StackoverFlow.com

0

How do I get debug ids to display in hosted mode in my gwt application?

I am already implementing onEnsureDebugId and am calling ensureDebugId on my entry point, but they're not displaying :(

2012-04-05 20:48
by Kurru
Have you added to your *.gwt.xml - jusio 2012-04-06 09:12
What do you mean by displaying - Thomas Broyer 2012-04-06 11:18
Added the com.google.gwt.user.Debug and it worked :) Thanks - Kurru 2012-04-06 17:06


0

Added to my *.gwt.xml and it worked

2012-04-13 06:27
by Kurru
Ads