Debug Ear in Weblogic 8.1
Hi,
I'm using IntelliJ 5.1.2 and trying to debug an ear (with 2 ejbs and 1 war) in Weblogic 8.1. I can successfully build the project with IntelliJ. However, when I try to set a breakpoint I get the following error:
'Breakpoint is invalid: No executable code found at ...'
If I add a minor line and recompile I can see the hot swap become intitiated and then I can set breakpoints successfully after that.
Ideas?
Please sign in to leave a comment.
duh! I took a look at the build scripts and debug was turned off during compiling. Sorry I'm new to this project.
I was also having the same problem, ready many blogs but none helped,
finally by this thread I figured out I was doing the same mistake.
Thanks for information on the post.