I haven't been out here in a while, so please let me know if this question belongs in another forum, or not in the
Java Ranch all together. (I ck'd IBM's site a bit and didn't see anything......granted I took a quick look.)
I've had this same problem before with ealier versions of Websphere (WSAD5, WAS6, etc.)...but I forgot how I was able to resolve it. Basically, when I'm stepping thru my
J2EE Java app code in debug mode (step into), the debugger works fine in some classes, but in others it goes to the wrong lines. It skips over lines of code, and steps into comment lines. Something's out of synch for sure. It's almost like the debugger is following the lines of code in a prior version of the class, or the source code is not in synch with the compiled code? No clue.
I've tried doing a clean build, removing the ear projects while the server was running, then adding them back in....but nothing seems to work. My code is working fine, whether in "run" mode or in "debug" mode....my end results are good. It's just that the debugger is acting funny.
Any help on this would be most appreciated.
Thanks,
Dan