Details
Description
Number of Maven plugins can spawn additional Java processes. For example surefire plugin allow to specify the following property:
-Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE"
upon execution, user will be presented with the message like:
Listening for transport dt_socket at address: XXX
Where XXX is the port number to connect remote debugger to. We can create a hyperlink that would allow to start remote debugger in one simple click or even automatically.
Activity
Eugene Kuleshov
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | mylyn-context.zip [ 40128 ] |
Eugene Kuleshov
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 0.9.8 [ 14715 ] | |
| Assignee | Eugene Kuleshov [ eu ] |
Fixed in trunk