debug-config-expert

Generate VS Code launch.json and tasks.json templates for C# and Python debugging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kongliuli/VibeSkills --skill debug-config-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-config-expert
Source: https://github.com/kongliuli/VibeSkills/tree/main/Skills/%E9%80%9A%E7%94%A8Skills/debug-config-expert
Command: npx skills add https://github.com/kongliuli/VibeSkills --skill debug-config-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to streamline debugging configuration for C# and Python projects by providing ready-to-use templates, strategy recommendations, and environment setup guidance.

Core Features & Use Cases

  • Launch.json and tasks.json configuration templates for VS Code across C# and Python.
  • Breakpoint strategy guidance, including conditional breakpoints, logpoints, and data breakpoints.
  • Logging level management and environment variable configuration for consistent debugging across environments.
  • Multi-target debugging support for complex projects with multiple runtimes or services.

Quick Start

Use the debug-config-expert skill to generate VS Code debugging configuration files for a new C# web API project.

Frequently Asked Questions about debug-config-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a launch.json file for debugging a C# or Python project in VS Code?

To generate a launch.json file for debugging, this Skill delivers ready-made VS Code templates tailored for C# and Python projects. You receive standardized launch.json and tasks.json configurations that can be applied immediately to your workspace.

What is the best way to configure conditional breakpoints and logpoints for C# and Python?

The best way to configure breakpoints is by applying the breakpoint strategy guidelines provided by this Skill. It covers conditional breakpoints, logpoints, and data breakpoints to help you standardize debugging strategies across C# and Python environments.

How do I set up multi-target debugging for multiple services in VS Code?

To set up multi-target debugging for multiple services, this Skill provides configuration support for complex projects with multiple runtimes. You get standardized rules to manage multi-target debugging scenarios across different services within your VS Code workspace.

Can I use this to manage logging levels and environment variables for Python debugging?

Yes, you can manage logging levels and environment variables for Python debugging. This Skill includes logging level management and environment variable configuration rules to ensure consistent debugging setups across different development environments.

Does VS Code debugging configuration work the same for both C# web APIs and Python scripts?

VS Code debugging configuration differs between C# web APIs and Python scripts, but this Skill standardizes the setup. It applies specific launch.json and tasks.json templates alongside environment setup rules tailored to each language's runtime requirements.