Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Debugger of CpsExtension sample doesn't show up #357

Open
Michron opened this issue Jun 27, 2022 · 2 comments
Open

Custom Debugger of CpsExtension sample doesn't show up #357

Michron opened this issue Jun 27, 2022 · 2 comments

Comments

@Michron
Copy link

Michron commented Jun 27, 2022

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).

@Xyotic
Copy link

Xyotic commented Sep 10, 2022

Im stuck at the exact same problem...

@svenbieg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants