• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debugging the Eclipse Platform

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Haakon Lind
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why didn`t I think of this, the Eclipse SVN repository : http://wiki.eclipse.org/SVN_Howto
 
Well THAT's new! Comfort me, reliable tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic