How to add new GWT run/debug configurations?
So I've created a GWT module, and added a run/debug configuration to enable me to run/debug from IDEA. The problem I'm having is that there is only one entry point to run from within my module, that being the one that was created when I created the module. Since then I've added new HTML pages and another entry point class. What I'm expecting to see is a list of choices in the run configuration dialog in the list box that is labelled "Choose GWT Module". I'm running build #5383.
Please sign in to leave a comment.
Hello Brian,
I've filed JIRA request (http://www.jetbrains.net/jira/browse/IDEADEV-7275).
As a workaround you can run GWT configuration for default html file and then
open any html in GWT Browser by hand.