Visual Studio: How to get IDebugEngine2 from VS Package (except IVsLoader)

前端 未结 2 1113
时光取名叫无心
时光取名叫无心 2021-01-14 06:44

Is it possible to get a list or a specific instance of IDebugEngine2 (MSDN) from a Visual Studio Package without using IVsLoader approach (describe

2条回答
  •  天涯浪人
    2021-01-14 06:54

    I recently was investigating the same question, and eventually found you can easily do this via ILocalRegistry3.CreateInstance!

    Please see my post here for more info

提交回复
热议问题