In step 4 of the CpsExtension it mentions the following:
Once the nuget package was added to the project, you should notice a new debugger named Custom Debugger on the main tool bar on the start button.
After fixing the attributes in CustomDebugger by applying the fix from #356 the CustomDebugger class gets constructed, but none of its methods are ever invoked. It also doesn't show up on the start button of the main tool bar.
Tested in VS2019 and VS2022 (using Microsoft.VSSDK.BuildTools version 17.2.2186 instead of 15.8.3247 for VS2022).
In step 4 of the CpsExtension it mentions the following:
After fixing the attributes in
CustomDebuggerby applying the fix from #356 theCustomDebuggerclass gets constructed, but none of its methods are ever invoked. It also doesn't show up on the start button of the main tool bar.Tested in VS2019 and VS2022 (using
Microsoft.VSSDK.BuildToolsversion17.2.2186instead of15.8.3247for VS2022).