Skip to content

Commit 88c2f03

Browse files
committed
Update Readme: Add debugging info
1 parent 623d620 commit 88c2f03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ You should see 6 projects:
2020
* net.sourceforge.pmd.eclipse.plugin.test - the (unit) tests for the plugin
2121
* net.sourceforge.pmd.eclipse.plugin.test.fragment - an example extension of the plugin used during the tests
2222

23+
Debugging
24+
---------
25+
You can run eclipse with debugging enabled and connect to it via remote debugging:
26+
27+
eclipse -data workspace-directory -vmargs -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
28+
2329

2430
Releasing and updating the official eclipse update site
2531
-------------------------------------------------------

0 commit comments

Comments
 (0)