Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How can i trace when the ide is loaded
How can i trace when the ide is loaded [message #47857] Mon, 26 May 2003 05:16 Go to next message
Eclipse UserFriend
Hi,

I have created my own plugin and added to it. When i try to open the
Eclipse ide with my plugin added to it, how can i trace when the ide is
loaded and what are all the projects being loaded with it. Can anyone tell
me which event is fired when the ide is loaded so that i can handle it and
get the status of the ide.
Re: How can i trace when the ide is loaded [message #54997 is a reply to message #47857] Thu, 29 May 2003 18:16 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

There is low-level tracing code in the Eclipse class loaders that will
tell you what classes have been loaded. To activate this:

- Copy the file eclipse/plugins/org.eclipse.core.runtime/.options to
eclipse/.options

- edit this copy to turn on tracing flags:

org.eclipse.core.runtime/debug=true
org.eclipse.core.runtime/loader/debug=true
org.eclipse.core.runtime/loader/debug/activateplugin=true
org.eclipse.core.runtime/loader/debug/success=true

- this is probably more information than you need, so you can use the
filters in the .options file to chose which types to trace loading of

- there are visual class load tracing tools in the core tools plugin.
Instructions and code are here:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-core-home/dev.html

Enjoy!
--


Easwar wrote:
> Hi,
>
> I have created my own plugin and added to it. When i try to open the
> Eclipse ide with my plugin added to it, how can i trace when the ide is
> loaded and what are all the projects being loaded with it. Can anyone tell
> me which event is fired when the ide is loaded so that i can handle it and
> get the status of the ide.
>
Previous Topic:text editor for plugin.xml
Next Topic:Cygwin as an External Tool
Goto Forum:
  


Current Time: Tue Jul 22 12:03:13 EDT 2025

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

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

Back to the top