/
Enable Hot Code Replacement for Debugging Plugins Remotely
Enable Hot Code Replacement for Debugging Plugins Remotely
To enable hot code replacement during remote debugging (from the Eclipse IDE for example) you need to add the following Java option to the startup script of the Catalina server:
-Xdebug -agentlib:jdwp=transport=dt_socket,address=localhost:8000,server=y,suspend=n
, multiple selections available,
Related content
Debugging with Eclipse
Debugging with Eclipse
More like this
Capture Tomcat Error Messages
Capture Tomcat Error Messages
More like this
System Utilities
System Utilities
More like this
XMLdebug
XMLdebug
More like this
Plugin Development in Eclipse
Plugin Development in Eclipse
More like this
SSIdebug
SSIdebug
More like this