Community
Participate
Working Groups
CDT's CSourceNotFoundEditor provides a button to locate a file and automatically create a source path mapping for it in the launch config. That's very handy and should be available with the TCF Debugger as well.
Created attachment 194906 [details] Proposed patch This patch adds an adapter interface ISourceNotFoundPresentation (similar to ISourcePresentation) which allows to customize the editor used for the source-not-found case. tcf.cdt implements this adapter to return a slightly customized version of CDT's CSourceNotFoundEditor.
Created attachment 194921 [details] Revised patch Fixed: Close editor if launch terminates.
I think it is good to go. Looks great!
Thanks for reviewing. Committed.