Set up debugging for vvvv gamma C# node projects -- generate VS Code launch.json and tasks.json configurations, attach debugger to running vvvv, configure Visual Studio debug profiles, and use debugging best practices. Use when setting up a debugger for vvvv, creating launch configurations, attaching to vvvv process, or troubleshooting breakpoints in C# nodes. Supports multiple launch configs for different test scenarios/patches.
$npx -y skills add tebjan/vvvv-skills --skill vvvv-debuggingInstalls into the current project.
Run `npx skills use "https://github.com/tebjan/vvvv-skills" --skill "tebjan/vvvv-skills/vvvv-debugging"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tebjan/vvvv-skills" that are relevant to the current task. Run `npx skills add "https://github.com/tebjan/vvvv-skills"` and select the relevant skills, then follow their instructions.