Reputation: 32331
I am working on a web Application . I am using Eclipse and Jetty 7 as Web Server for this Application . I make changes to the code and deploy it to a Linux Machine which is remotely located .
After deployment i access the Application through browser using http://10.56.345:8080/MViewer
My question is , Is it possible to debug in this case ??
Please Share your views .
Thanks in advance .
Upvotes: 0
Views: 42
Reputation: 2223
You can use Remote debugger in eclispe. You can set that using proper connection parameters in Eclipse Remote debug configuration
Upvotes: 1