It's not a secret anymore!
The moose likes GWT and the fly likes cannot sete debug mode in client side code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "cannot sete debug mode in client side code" Watch "cannot sete debug mode in client side code" New topic
Author

cannot sete debug mode in client side code

peter tong
Ranch Hand

Joined: Mar 15, 2008
Posts: 234
I am using Oracle Enterprise Pack for Eclipse,

I can set breakpoint in server side code but cannot debug in client side code, my run/debug configuration, Arguments tab > Program arguments is as follow:
Run/Debug Settings
-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl http://127.0.0.1:7001/ALS.html -logLevel INFO -noserver -codeServerPort 9997 -war D:\workspace\ALS_AdministrationConsole\war com.ha.als.ALS

my server is in localhost (but not using gwt jetty, I use oracle in localhost)
In IE, if I double click the url
url
will display
Error 404 -not found
if enter the url
url2
the application can be run, but not in client side debug mode.
what wrong with the program arguments in the debug mode for client side debugging fail?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: cannot sete debug mode in client side code
 
Similar Threads
Cluster configuration with managed servers on a single machine
GWT 2.3 in Eclipse Indigo - can't even do the demo program/tutorial?
Browser can't display Console page for Weblogic 7.0 Server running on same NT machine
cactus&Ant-How to give contextURL
another Eclipse & JBoss question