Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] ETFw profile launch configuration

Hi Wyatt,

For 1, all that needs to happen is change the type field of the launchConfigurationTabGroup to "org.eclipse.ptp.launch.parallelLaunch". You should probably also remove the old launch configuration type otherwise it will show up in the launch dialog.

If you'd like to make the changes, that's fine with me. Or I can make them and you could test the non-ptp launch issue. Let me know whatever works best.

Cheers,
Greg

On Aug 1, 2011, at 10:27 AM, Wyatt Spear wrote:

I like all of these.  I can implement 2 and 3 pretty quickly.  For 1 I'll have to do a little digging to remind myself of which string to change and which to use to switch the etfw configuration type.  Also 1 may require some changes to documentation and I need to make sure we retain support for non-ptp launches.

=Wyatt

On Mon, Aug 1, 2011 at 7:14 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Wyatt & other ETFw users,

1. The profile configuration uses it's own launch configuration type. If the launch configuration type was the same as the Parallel Application launch configuration type, then run/debug launch configurations created using the Parallel Application launch configuration could be used for a profile launch. In some situations, this would reduce the amount of configuration required for a development work flow. I propose that the profile configuration use the same configuration type.

2. The profile launch configuration has the Application tab before the Resources tab. However, for remote launches in particular, the resource manager must be selected before the application executable. Otherwise there is no way to know on which remote host the executable is located. I propose reversing these two tabs.

3. The profile launch configuration has a Debugger tab which is not required, but, annoyingly, still needs to be completed by the user. I propose removing this tab.

Please let me know ASAP if you have any objections, or are ok with these changes.

Thanks,
Greg
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


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


Back to the top