Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] jdt launch shortcuts on non java files

Once you've tried running it as a Java Application the jdt.debug plugin is 
loaded and therefore the property tester that the plugin contributes can 
be used. Before the plug-in is loaded the platform takes the optimisitic 
approach and chooses to present "Java Application" as an option because it 
doesn't want to force load plug-ins just to get property testers.

There have been improvements in this area in the 3.2 stream, but there's 
not much you can do to change this behavior in the 3.1.x.

As a side note, this discussion is really more appropriate for the news 
groups. This list intended to be used for discussion on development of 
Eclipse itself.

Kevin





Ryan Boder <boder@xxxxxxxxxxxxxxxx> 
Sent by: jdt-debug-dev-bounces@xxxxxxxxxxx
12/01/05 10:38 PM
Please respond to
"Eclipse JDT Debug developers list."


To
"Eclipse JDT Debug developers list." <jdt-debug-dev@xxxxxxxxxxx>
cc

Subject
Re: [jdt-debug-dev] jdt launch shortcuts on non java files






On Thu, 2005-12-01 at 18:12 -0800, Jared Burns wrote:
> Have you tried clicking on the action to Run As... -> Java Application 
> to see what it does? I'd be curious to know if the shortcut sticks 
> around even after the JDT Debug UI plug-in has been loaded.

By the way, what happens when the JDT Debug UI loads that makes those
shortcuts go away?


-- 
Ryan Boder
http://bitwiserlabs.com

_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev




Back to the top