From the course: AI-Powered Development: GitHub Copilot in Visual Studio
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Debug mode in the Copilot chat window - Visual Studio Tutorial
From the course: AI-Powered Development: GitHub Copilot in Visual Studio
Debug mode in the Copilot chat window
- [Narrator] So far in this course, we've worked with two ways of using Copilot in Visual Studio, a regular chat mode in the chat window and the agent mode. But there's actually a third mode that only appears when you've attached the debugger to your code. It's called debug mode, and it tailors Copilot's responses specifically for debugging tasks. Debug mode appears in the Copilot chat dropdown only when the debugger is attached and we started questioning information while debugging. Once activated, debug mode remains available in that specific chat thread, even after you stop debugging. This behavior is designed to preserve context. Copilot remembers that the thread was created during a debugging session and keeps the mode active so we can continue asking runtime-related questions even if the debugger is no longer attached. Here's what the debug mode brings to the table. When debug mode is selected, Copilot…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Explain build error messages3m 33s
-
(Locked)
Debug mode in the Copilot chat window3m 6s
-
(Locked)
Explain runtime errors and exceptions4m 54s
-
(Locked)
Diagnosing incorrect runtime behavior3m 16s
-
(Locked)
Analysis: Why a variable has its value5m 30s
-
(Locked)
The integration with the Watch windows1m 29s
-
(Locked)
The sample Visualizer code1m 52s
-
(Locked)
Visualize data with LINQ and Copilot4m 51s
-
(Locked)
AI-powered breakpoints and tracepoints3m 28s
-
(Locked)
-
-