Skip to content

Commit 7cb4d55

Browse files
authored
Merge pull request #9576 from microsoft/ntrogh/intensive-ant
Update to remove Chat Diagnostics view
2 parents 24d7632 + 9b6560d commit 7cb4d55

2 files changed

Lines changed: 9 additions & 26 deletions

File tree

docs/copilot/chat/chat-debug-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Visual Studio Code provides tools to help you understand what happens when you s
1010

1111
VS Code offers two complementary debugging tools:
1212

13-
* **Agent Debug panel** (Preview) shows a chronological event log of everything that happens during a chat session, including tool calls, LLM requests, prompt file discovery, and errors.
13+
* **Agent Debug Log panel** (Preview) shows a chronological event log of everything that happens during a chat session, including tool calls, LLM requests, prompt file discovery, and errors.
1414
* **Chat Debug view** shows the raw details of each LLM request and response, including the full system prompt, user prompt, context, and tool invocation payloads.
1515

1616
## Agent Debug Log panel
@@ -24,7 +24,7 @@ To open the Agent Debug Logs panel:
2424

2525
* Enable the following setting:
2626
* `setting(github.copilot.chat.agentDebugLog.enabled)`
27-
27+
2828
* Select the gear icon in the Chat view and select **Show Agent Debug Logs**.
2929

3030
* Run **Developer: Open Agent Debug Logs** from the Command Palette.

docs/copilot/troubleshooting.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,24 @@ For more information about network configuration, see [Network and firewall conf
4040

4141
## Debug chat interactions
4242

43-
VS Code provides tools to inspect what happens when you send a prompt to the AI.
43+
VS Code provides different tools to inspect what happens when you send a prompt to the AI.
4444

4545
* **`/troubleshoot` slash command:**
4646

4747
Ask the AI to analyze the debug logs for the current chat session. Type `/troubleshoot` followed by your question, such as `/troubleshoot how many tokens did I use?` or `/troubleshoot list all paths you tried to load customizations`. Requires `setting(github.copilot.chat.agentDebugLog.enabled)` to be enabled.
4848

49-
* **Agent Debug panel (Preview):**
49+
* **Agent Debug Log panel (Preview):**
5050

5151
Shows a chronological event log of agent interactions during a chat session, including tool call sequences, LLM requests, token usage, prompt file discovery, and errors. This is the primary tool for understanding and debugging chat interactions.
5252

53-
To open the Agent Debug panel:
53+
To open the Agent Debug Log panel:
5454

5555
1. Select the gear icon in the Chat view.
5656
1. Select **Show Agent Debug Logs**.
5757

58-
From the Agent Debug panel, you can attach a snapshot of the agent debug events to a chat conversation to ask the AI questions about the session and troubleshoot a specific interaction. Select the sparkle icon in the Logs view to [attach debug events to chat](/docs/copilot/chat/chat-debug-view.md#attach-debug-events-to-chat).
58+
From the Agent Debug Log panel, you can attach a snapshot of the agent debug events to a chat conversation to ask the AI questions about the session and troubleshoot a specific interaction.
59+
60+
Learn more about the [Agent Debug Log panel](/docs/copilot/chat/chat-debug-view.md#agent-debug-log-panel).
5961

6062
* **Chat Debug view:**
6163

@@ -66,26 +68,7 @@ VS Code provides tools to inspect what happens when you send a prompt to the AI.
6668
1. Select the overflow menu (`...`) in the Chat view.
6769
1. Select **Show Chat Debug View**.
6870

69-
Learn more about [debugging chat interactions](/docs/copilot/chat/chat-debug-view.md).
70-
71-
## Chat customization diagnostics
72-
73-
The chat customization diagnostics view shows all currently loaded custom agents, prompt files, instruction files, and skills. Use this view to troubleshoot issues with customization files that aren't being applied or are causing errors.
74-
75-
To open the diagnostics view:
76-
77-
1. Right-click in the Chat view.
78-
1. Select **Diagnostics**.
79-
80-
This opens a markdown document listing:
81-
82-
* All active customization files and their locations
83-
* Load status for each file (loaded, failed, or skipped)
84-
* Error messages for files that failed to load
85-
* The order in which instructions are applied
86-
87-
> [!TIP]
88-
> If a customization file isn't being applied, check the diagnostics view to verify it was loaded successfully and review any error messages.
71+
Learn more about the [Chat Debug view](/docs/copilot/chat/chat-debug-view.md#chat-debug-view).
8972

9073
## Troubleshoot MCP servers
9174

0 commit comments

Comments
 (0)