Hi Guys,
We found a new feature [Start Debug Target] button in VS2012, which looks similar as [Start/Continue].
We can control the [Start/Continue] button as enabled/disabled according to project's debug mode, but fail to access [Start Debug Target] button from Toolbar.
Since [Start Debug Target] is supposed to help debugging, we intend to access it like [Start/Continue].
We use IVsDebuggableProjectCfg.QueryDebugLaunch(uint flags, outint fCanLaunch) to access[Start/Continue] as following,
Can we find a way to control [Start Debug Target]? e.g. ,QueryDebugLaunch(), filter by VsCommands. in QueryStatus() ...
Please correct me if I'm wrong, thanks in advance!