Open Michron opened 2 years ago
Im stuck at the exact same problem...
I've copied Nuget.props and DesignTime.targets with Rules to the project-directory and changed the references in the project-file. The Debugger and the properties show up, also the DLL get's loaded, but the DebuggerLauncher isn't invoked. In the WindowsScript-example this is working.
In step 4 of the CpsExtension it mentions the following:
After fixing the attributes in
CustomDebugger
by applying the fix from #356 theCustomDebugger
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
version17.2.2186
instead of15.8.3247
for VS2022).