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

Ben wrote:
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.

Check the Launch Configuration that you are using to launch your debug - its classpath or source path must be icnluding the .class files or JAR file from your source instead of the source itself.


Hope this helps,
	Eric