Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » JDT testing
JDT testing [message #199046] Mon, 21 March 2005 07:32 Go to next message
Justin Corpron is currently offline Justin CorpronFriend
Messages: 1
Registered: July 2009
Junior Member
I would like to resolve some of eclipse's formatter bugs. I've tracked down
the palce where I think the bug is originating from but I can't tell without
some testing. I've checked out the following cvs projects (org.eclipse
omitted):
core.commands
core.resources
core.runtime
help
jdt
jdt.core
jdt.ui
jface
jface.text
ltk.core.refactoring
osgi
osgi.util
text
ui
ui.ide

I still can't get it all to compile without errors. I think in general I am
going down the wrong path. All that I need to test is classes in
org.eclipse.jdt.ui. I would like to be able to debug JDT using breakpoints
in a separate instance of eclipse if possible. Could anyone help?

- Justin
Re: JDT testing [message #199125 is a reply to message #199046] Mon, 21 March 2005 14:47 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomannNOSPAM.ca.ibm.com

justin a écrit :
> I still can't get it all to compile without errors. I think in general I am
> going down the wrong path. All that I need to test is classes in
> org.eclipse.jdt.ui. I would like to be able to debug JDT using breakpoints
> in a separate instance of eclipse if possible. Could anyone help?
You simply need to run an Eclipse workbench in self-hostinh in debug mode.
Go to Debug>Debug...>Eclipse application

You create a new one and you click on Debug.
--
Olivier
Previous Topic:Set compliler compliance level
Next Topic:keybindings in 3.1M5: ctrl-w hardcoded?
Goto Forum:
  


Current Time: Sat Oct 19 08:14:30 GMT 2024

Powered by FUDForum. Page generated in 0.02252 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top