I'm currently using jboss/maven/eclipse to debug a web app. I've enabled remote debugging in the joboss run.conf file and then use mvn war:inplace to compile and with that I can successfully add a breakpoint and step through code. However I remember a while back using Tomcat I was able to hotswap or hot-replace a java class by making changes, saving it and then having the debugger re-enter the method. I'm thinking there has to be a way to do this but don't know how. Any help would be greatly appreciated. - Duncan
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|