Every day is a discovery
This is mostly a technical blog with my learning at work.
Wednesday, October 17, 2007
Debug Remote Java application
The java process should start with the following arguments :
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
In addition to that the code should be compiled(using javac) with debug option
-g
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment