0 Replies Latest reply on Jun 2, 2006 11:14 AM by weazelb0y

    Is local debugging possible?

    weazelb0y

      When I develop applications using something like Jetty + Hibernate + Spring + Wicket, I'm able to debug everything locally inside Eclipse. This is nice because I can hotswap classes while debugging and its quite easy to debug problems. But with JBoss you always have to package and deploy a new EAR file any time you want to test something. This can take up to 30 seconds even on a fast dual core machine.

      I was wondering, is there is any way to setup and debug a JBoss application locally and hotswap classes?

      Thanks