| Author |
Debugging the Eclipse Platform
|
Haakon Lind
Greenhorn
Joined: Sep 18, 2002
Posts: 22
|
|
Hi, I`m wondering if anyone have experience debugging the eclipse platform? By this I mean starting up an eclipse instance from a project inside another eclipse workspace. Is this possible? I want to be able to debug and possibly fix some bugs (in plugins) that I encounter while I develop. I`ve got little experience in open source contribution, but I can`t see how I could contribute effectively if I can`t debug the whole plattform......? Anyone have something to share on this? [ October 26, 2007: Message edited by: Haakon Lind ]
|
 |
Lars Vogel
Ranch Hand
Joined: Oct 10, 2007
Posts: 55
|
|
Hi, I suggest that you first have a look at the source code of eclipse. See here how you can access easily the source: http://www.vogella.de/articles/EclipseCodeAccess/article.html Best regards, Lars
|
Tutorials about Java, Eclipse and Webprogramming http://www.vogella.de
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
|
That's certainly possible, Eclipse has a set of tools to develop plug-ins for Eclipse itself or for Eclipse RCP (Rich Client Platform) applications. Have a look at this Eclipse RCP tutorial, for example.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Haakon Lind
Greenhorn
Joined: Sep 18, 2002
Posts: 22
|
|
|
I guess I should just get the source as suggested and try it out and see if I get some problems, rather than taking them in advance.
|
 |
Haakon Lind
Greenhorn
Joined: Sep 18, 2002
Posts: 22
|
|
|
Why didn`t I think of this, the Eclipse SVN repository : http://wiki.eclipse.org/SVN_Howto
|
 |
 |
|
|
subject: Debugging the Eclipse Platform
|
|
|