History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-15546
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Alexander Strotzky
Votes: 3
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

GWT: -noserver support in debug mode

Created: 22 Mar 07 17:45   Updated: 28 Feb 08 18:50
Component/s: GWT Support
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,763
Severity: Medium


 Description  « Hide
Allow the start of GWT shell in hosted mode with -noserver parameter in debug mode (both GWT shell and external application server).
Note this is not the same as IDEADEV-11276.
What I would like is to be able to debug the client-side code (thus I need host mode) AND server-side code (and I need to use -noserver for this because I use spring / hibernate for the server side).

 All   Comments   Work Log   Change History      Sort Order:
Alexander Strotzky - 22 Mar 07 17:46
Is it possible to implement this functionality (start both the host mode and an external application server - Tomcat - in debug mode) ?

Bryan - 28 Feb 08 18:50
I am trying to do the same thing, but I'm using jetty as the back-end server. This works... ish.