Skip to content

Conversation

@hoyosjs
Copy link
Member

@hoyosjs hoyosjs commented Feb 10, 2026

@hoyosjs hoyosjs requested review from a team and tommcdon as code owners February 10, 2026 00:20
Copilot AI review requested due to automatic review settings February 10, 2026 00:20
@dotnetrepoman dotnetrepoman bot added this to the February 2026 milestone Feb 10, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds initial documentation and navigation entry for the new dotnet-debug diagnostics tool, so it appears alongside other .NET CLI global tools and has a dedicated reference page.

Changes:

  • Adds dotnet-debug to the diagnostics tools TOC.
  • Introduces a new reference article covering install, commands (attach, open-dump), and a list of SOS commands.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.

File Description
docs/navigate/tools-diagnostics/toc.yml Adds dotnet-debug to the “.NET CLI global tools” navigation list.
docs/core/diagnostics/dotnet-debug.md New documentation page for dotnet-debug installation, usage, and command reference.

Comment on lines +151 to +155
| Command | Function |
|-----------------------------------------------------|----------|
| `analyzeoom` | Displays the info of the last OOM that occurred on an allocation request to the GC heap. |
| `clrmodules` | Lists the managed modules in the process. |
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This SOS commands table uses || at the start of each row, which will break Markdown table rendering. Switch to standard table syntax (single leading |) like other docs in this repo.

Copilot uses AI. Check for mistakes.
Comment on lines 283 to 286
| Feature | `dotnet-debug` | `dotnet-dump` |
| ------- | -------------- | ------------- |
| Attach to a live process | ✔️ | ❌ |
| Collect dumps | ❌ | ✔️ |
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feature comparison table uses || at the start of each row, which won’t render correctly as a Markdown table. Use standard | table formatting.

Copilot uses AI. Check for mistakes.
@steveisok steveisok self-requested a review February 10, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants