Weblogic 7 with IDEA debuggig problem
I've setup remote debugging to WL7 within IDEA 3.0.1. 5 use Ant to build,
package and deploy the ear to WL7. The debug process connects to WL7 fine.
I set my breakpoints in servlets and ejbs and as the code is running, the
breakpoints get 'x'd out and the code does not stop at them. Why does this
happen?
Please sign in to leave a comment.
Have you compiled your code with debug option on?
]]>
Usage: javac
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info