[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[News.eclipse.foundation] Re: Breakpoint triggers text editor
|
- From: szekela@xxxxxxxxxx (Andy Szekely)
- Date: Wed, 20 Oct 2004 13:53:41 +0000 (UTC)
- Newsgroups: eclipse.foundation
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
Andy Szekely wrote:
> I've upgraded to Eclipse 3.0. I have a problem when I hit a breakpoint.
> When Eclipse hits the breakpoint it brings up the java editor (it shows
> the class name with the ".java" extenstion on the tab) instead of the
> class editor. The breakpoint points to a class that is located within a
> jar. The jar has both the source and the compiled version of the class.
> The prior version of Eclipse (2.1) did not have this behavior.
I found the problem. I was using external jars in my project. As soon I
restructure my workspace/project an put the jar inside the project, it all
worked fine.