
Debug code with Visual Studio Code
Debug sidebar: during a debug session, lets you interact with the call stack, breakpoints, variables, and watch variables. Run menu: has the most common run and debug commands. Before you start …
Debugging agent work - Visual Studio Code
Diagnose agent behavior in VS Code with Agent Debug Logs, Chat Debug view, debug event snapshots, and troubleshooting.
Visual Studio Code debug configuration
Visual Studio Code debug configuration For complex debugging scenarios or applications, you need to create a launch.json file to specify the debugger configuration. For example, to specify the …
Debugging in Visual Studio Code
Debugging is a core feature of Visual Studio Code. Learn how to configure and use the Node.js debugger in this introductory video.
Debugging - Visual Studio Code
csharp.debug.justMyCode - When enabled (the default), the debugger only displays and steps into user code ("My Code"), ignoring system code and other code that is optimized or that does not have …
Debug chat interactions - Visual Studio Code
Use Agent Logs and the Chat Debug view to inspect AI requests, tool invocations, and agent interactions in Visual Studio Code.
Integrated browser - Visual Studio Code
Use the integrated browser in VS Code to preview and debug web apps, navigate to URLs, and add page elements, screenshots, or console logs as context to AI chat.
Python debugging in VS Code
Python debugging in VS Code The Python extension supports debugging through the Python Debugger extension for several types of Python applications. For a short walkthrough of basic debugging, see …
Debug C++ in Visual Studio Code
Debug C++ in Visual Studio Code After you have set up the basics of your debugging environment as specified in the configuration tutorials for each target compiler/platform, you can learn more details …
Debug with GitHub Copilot - Visual Studio Code
Apr 20, 2026 · Learn how to use GitHub Copilot in Visual Studio Code to set up debugging configurations and fix issues during debugging.