Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Extending launch configurations


Craig,

I don't think there is any other way currently to accomplish the same task.  Creating new config types with associated new delegates IS the extension mechanism for launch configurations.  'Stealing' JDT code isn't a problem, that's what it's there for :-)  As for reducing the workload for future config types that require your profiling behavior, you can certainly reuse your profiling tab for each config type, and you can also create an abstract delegate class that has multiple concrete extenders, one for each config type that needs profiling.  In this way, I think you can make that task of creating a new profiling config type very simple.

Joe

Back to the top