Debugger does not work in IntelliJ 7.0.4

Hi all!

I hope somebody can help me with quite an awkward problem. I installed the new 7.0.4 version with a local deployment server - JBoss 4.2.1. The settings for the JVM 1.6 are the standard ones and as well for Idea. If I start in debug or run modus I have the same behaviour. It does NOT stop at all to the breakpoints.
Any ideas why ?

0
10 comments
Avatar
Permanently deleted user

I've experienced the same behavior with 7.03 and different versions of jdk (but all from the last release cycle: 1.6.07, 1.4.18 & 1.5.16). The only thing that works in such situation is a reboot.

0
Avatar
Permanently deleted user

I've experienced this same problem with the recent upgrade to intellij 7.04. So has a coworker.

Execution does not always stop at breakpoints. Sometimes clearing the breakpoint and resetting it fixes the problem. Sometimes navigating to other pages and returning to the part where the code executes fixes the problem. It is not consistent.

0
Avatar
Permanently deleted user

I've also experienced this problem:

http://www.jetbrains.net/jira/browse/IDEADEV-25155

Are they related?

0
Avatar
Permanently deleted user

Hi back!

It might be related to this issue too. I will revert to a lower IntelliJ, 7.0.1 and JVM 1.6.04 I'll post the result later today

0
Avatar
Permanently deleted user

I've had similar issues w/ IntelliJ debugging and 7.0.4, i.e. not stopping on breakpoints. What I have been experiencing lately is something a little different but related to the 7.0.x debugger. We have a WebLogic 10 cluster w/ an EAR and Confluence WAR. After I attach the debugger to the WebLogic instance, the app basically hangs until I disconnect the debugger. After disconnecting the app is then usable, but then I start getting a bunch of stack traces from the Confluence cluster system. I know the stack traces aren't related, but there is something definitely "freezing" the VM when connected. I tried going back to 7.0.3. At first I didn't see the same behavior as w/ 7.0.4, i.e. the freezing, but my breakpoints weren't being hit.

0
Avatar
Permanently deleted user

I've had similar issues w/ IntelliJ debugging and 7.0.4, i.e. not stopping on breakpoints. What I have been experiencing lately is something a little different but related to the 7.0.x debugger. We have a WebLogic 10 cluster w/ an EAR and Confluence WAR. After I attach the debugger to the WebLogic instance, the app basically hangs until I disconnect the debugger. After disconnecting the app is then usable, but then I start getting a bunch of stack traces from the Confluence cluster system. I know the stack traces aren't related, but there is something definitely "freezing" the VM when connected. I tried going back to 7.0.3. At first I didn't see the same behavior as w/ 7.0.4, i.e. the freezing, but my breakpoints weren't being hit.

0
Avatar
Permanently deleted user

I had a similar problem with Weblogic 9.2 and IntelliJ 7.0.4.

A re-install of weblogic with the newest maintenance pack solved the issue for me:

http://www.intellij.net/forums/message.jspa?messageID=5221925#5221925

0
Avatar
Permanently deleted user

Interesting, thanks for pointing out that post!

0
Avatar
Permanently deleted user

Perhaps the latest EAP release fixes this problem:
http://www.jetbrains.net/confluence/display/IDEADEV/Selena+EAP

Build 7952 adds support for JUnit 4.5 and fixes an issue with "Stop" action in the debugger.

0
Avatar
Permanently deleted user

FYI, I've switched back to 5.1.2, debugging is working again.

0

Please sign in to leave a comment.