1172 debug issues
Anyone having strange issues with 1172 and debugging? I'm having a weird
issue where IDEA seems to be picking up the wrong classes, or wrong
source, ( or appears to ), or debugging is offset a line or two....
Oddly, only happens to two classes thou...
Please sign in to leave a comment.
Mark Derricutt wrote:
Standard answer is blow away your cache, and clear out your output dir.
Also try doing a full recompile of the whole src dir.
I don't see this.
R
Such a behaviour may be experienced when debugging multimodule project where 2 modules contain differing classes with the same name.
On Tue, 02 Mar 2004 17:49:08 +0300, Alexei Nikitin wrote:
Turns out at some point something exploaded a jar into the WEB-INF/classes
directory of my app :(
Im seeing this with 1172, and Ive just rolled back to 1167
Ive tried the full recompile, but I havent cleaned up the cache as yet. Im just going to try with 1167 straight out of the box so to speak.
Nick
1167 doesnt fix the problem - it exhibits the same behaviour.
When I single step thru, the editor is jumping over at least 2 breakpoints, not to mention System.out.prinln()'s that Ive stuck in there.
Odd, very odd.
Nick
I've seen this today... I have done a couple of makes and it disappeared... but surely it is not nice.