[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Debug Duplicate Window

"Ben" <bsisson@xxxxxxxxxxxxxxx> wrote in message 
news:f67e7632839a7c11d0f98035354aa19a$1@xxxxxxxxxxxxxxxxxx
>I am a bit confused.  I am using Eclipse version 3.2 and have been using it 
>for some time but something must have changed and I'm not sure what.  When 
>I enter into debug mode and my code hits a break point it opens a second 
>copy of the code (same exact code) that allows me to step through it but I 
>cannot make any changes to the code or even add break points.  I still have 
>the editable code in a different window.

Sounds like it is loading the class from a jar file somewhere rather than 
from your editable copy.  Did your classpath change, or did the class get 
added to a jar file on the classpath?