Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Plugin DebugOptions
Plugin DebugOptions [message #836778] Wed, 04 April 2012 22:48 Go to next message
Brian Vosburgh is currently offline Brian VosburghFriend
Messages: 137
Registered: July 2009
Senior Member
The JavaDoc for the method Plugin.isDebugging() has a line at the end of the comment:
    XXX deprecate use the service and cache as needed

What does this mean? Is this a hint that I should be using something else to determine whether a Plugin is "debugging"?

Related to this:
The method Plugin.getDebugOptions() is private? Why is that? Am I not supposed to get the DebugOptions for a Plugin? Is there a Best Practice for retrieving the DebugOptions for a Plugin? What is the standard way for retrieving a "service"?

Thanks.
Re: Plugin DebugOptions [message #869756 is a reply to message #836778] Fri, 04 May 2012 08:34 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 05.04.2012 00:48, Brian Vosburgh wrote:
> The JavaDoc for the method Plugin.isDebugging() has a line at the end
> of the comment:
>
> XXX deprecate use the service and cache as needed
>
> What does this mean? Is this a hint that I should be using something
> else to determine whether a Plugin is "debugging"?
>
> Related to this:
> The method Plugin.getDebugOptions() is private? Why is that? Am I not
> supposed to get the DebugOptions for a Plugin? Is there a Best
> Practice for retrieving the DebugOptions for a Plugin? What is the
> standard way for retrieving a "service"?
See org.eclipse.core.runtime.Platform.getDebugOption(String)

Dani
>
> Thanks.
>
Previous Topic:Run job without reporting progress
Next Topic:configure eclipse help system
Goto Forum:
  


Current Time: Thu Apr 25 04:45:02 GMT 2024

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

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

Back to the top