Breakpoints not working when debugging simple Java EE app on wildfly

Hello, I'm trying out Intellij Idea 13.1.2 and I am unable to debug a simple Java EE 7 application when running in Wildfly.  I have confirmed this applications works on Glassfish 4.0 when using the IDE.

Here is the setup I am using:

Ubuntu 13.10
Oracle Java 8 SDK
Wildfly 8.1.0 CR1 Standalone profile
Java EE7 war compiled as Java 1.8

JAVA_OPTS:  -server -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:43742,suspend=y,server=n


When I run the application in the debugger, the application starts up but I can't get the breakpoints to be hit.

Any thoughts?

Thanks in advance.

1
Avatar
Permanently deleted user

I've been performing more testing and it turns out that this issue only occurs with Google Chrome.  Debugging on Firefox works perfectly fine.  Looks like there is an issue with the Jetbrains IDE support plugin for Chrome.

1

Hey, maybe you will be interested in looking into: https://issues.jboss.org/browse/THORN-1321

0

请先登录再写评论。