Community
Participate
Working Groups
This action is available from the context menu in the Debug view. As of 284363, it terminates the active debug context, but does not remove it from the Debug view. The use of an ICommandParticipant was removed, which is how action post-activity is now done in the Flexible Hierarchy architecture. By the way, I'm still green on the retargetable action architecture, but it seems like there's some missing FH design in all this. The terminate action is hardcoded with standard debug model 'remove' logic; a custom model has no chance to override this logic.
Created attachment 149687 [details] fix I see that what's missing is the overriding of that method that allows the action to hook in the post activity, being that ICommandParticipant was kept intentionally out of the API.
Thanks John, I apparently missed this in bug 284363 (I had only converted TerminateAndRelaunch). I committed the fix.
Marking verified.