Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] launch from new run configuration tabs

This sort of question should be asked on the news groups rather than 
developer mailing list.

You might be able to find more information from one of the Eclipse Debug 
tutorial's available here:

        http://www.eclipse.org/eclipse/debug/documents.php

Darin Wright




From:
Roger Silva <rogersilvaneto@xxxxxxxxx>
To:
pde-dev@xxxxxxxxxxx
Date:
05/05/2009 01:22 PM
Subject:
[pde-dev] launch from new run configuration tabs
Sent by:
pde-dev-bounces@xxxxxxxxxxx



Dear all, how are you?

I'm trying to develop a new Eclipse plug in that enhances MTJ's plug
in features.
So far, I was able to create a new run configuration tabs using the
following extension point:
org.eclipse.debug.ui.launchConfigurationTabGroups

I developed all the tabs need to hold/persist the additional
configuration needed; however, I couldn't figure out how Eclipse
framework calls the underlying plug in with the appropriate
configuration previously entered by the user in the run configuration
tabs. Please, May someone know how it work?Or Where can I find some
documentation explaining how it work?

I've been searching on Eclipse API, but I wasn't able to figure out
how to make Eclipse framework call the appropriate source code with
all information filled in by the user on the new configurations tab
when the user hits the "run" button . Should I register any kind of
listener?

I appreciate any help you can give me,
thanks,
Roger
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev





Back to the top