Archive for June, 2009

Remote debug setting

set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=n

 

in IntelliJ IDEA:

  1. add new Configurations – Remote
  2. change the port to 8001

 

 

Leave a Comment