Sun JSES 8.1 Debugging problem

Since upgrading our enterpise application from 7 to 8, the tried and trusted process for debugging the application fails to hit any breakpoints.

We are using Intellij. The appserver is running on windows and the domain is started in debug mode. Intellij succesfully connects to the debug port. The breakpoint is set, but the code never breaks.

Obviously i have built and deployed a debug version of the code as usual but it just does not break with the new app server.

The debug options for both IntelliJ and the app server are the same.

This used to work every time without fail with App Server 7.

Has anyone had similar problems

Steve Hurdsfield

[690 byte] By [shurdsfield] at [2007-11-26 9:22:16]
# 1
I have been using Intellij to connect to the appserver 7, 8, and 9 without any issues. Is it possible that The source (you are setting breakpoints into) and the deployed application are out of sync?
miteshm at 2007-7-6 23:55:25 > top of Java-index,Application & Integration Servers,Application Servers...