Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -22510,11 +22510,6 @@
"redirect_url": "/windows-hardware/drivers/debugger/",
"redirect_document_id": false
},
{
"source_path": "windows-driver-docs-pr/debugger/dbgeng-extension-design-guide.md",
"redirect_url": "/windows-hardware/drivers/debugger/",
"redirect_document_id": false
},
{
"source_path": "windows-driver-docs-pr/debugger/dbh.md",
"redirect_url": "/windows-hardware/drivers/debugger/",
Expand Down Expand Up @@ -22610,11 +22605,6 @@
"redirect_url": "/windows-hardware/drivers/debugger/",
"redirect_document_id": false
},
{
"source_path": "windows-driver-docs-pr/debugger/wdbgexts-extension-design-guide.md",
"redirect_url": "/windows-hardware/drivers/debugger/",
"redirect_document_id": false
},
{
"source_path": "windows-driver-docs-pr/debugger/windbg-graphical-interface.md",
"redirect_url": "/windows-hardware/drivers/debugger/",
Expand Down
19 changes: 19 additions & 0 deletions windows-driver-docs-pr/debugger/dbgeng-extension-design-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: DbgEng Extension Design Guide
description: DbgEng Extension Design Guide
keywords: DbgEng Extensions, debugger extensions
ms.date: 05/23/2017
ms.topic: concept-article
Comment on lines +5 to +6
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

The ms.date value of '05/23/2017' appears to be outdated and does not reflect when this content is being created. The date should be updated to reflect the current date or the date when this content is being added to the documentation.

Suggested change
ms.date: 05/23/2017
ms.topic: concept-article
ms.date: 12/29/2025
ms.topic: concept-article
ai-usage: ai-assisted

Copilot uses AI. Check for mistakes.
---
Comment on lines +1 to +7
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

The ai-usage metadata attribute is missing from the YAML frontmatter. According to the repository guidelines, when Copilot creates or modifies content, the 'ai-usage: ai-assisted' attribute must be included in the YAML frontmatter.

Copilot generated this review using guidance from repository custom instructions.

# DbgEng Extension Design Guide

This section includes:

[Anatomy of a DbgEng Extension DLL](anatomy-of-a-dbgeng-extension-dll.md)

[Using Clients and the Engine](using-clients-and-the-engine.md)

[Writing DbgEng Extension Code](writing-dbgeng-extension-code.md)

[Building DbgEng Extensions](building-dbgeng-extensions.md)
4 changes: 4 additions & 0 deletions windows-driver-docs-pr/debugger/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@
href: writing-dbgeng-extensions.md
- name: DbgEng Extension Design Guide
items:
- name: DbgEng Extension Design Guide
href: dbgeng-extension-design-guide.md
- name: Anatomy of a DbgEng Extension DLL
href: anatomy-of-a-dbgeng-extension-dll.md
- name: Using Clients and the Engine
Expand Down Expand Up @@ -610,6 +612,8 @@
href: writing-wdbgexts-extensions.md
- name: WdbgExts Extension Design Guide
items:
- name: WdbgExts Extension Design Guide
href: wdbgexts-extension-design-guide.md
- name: WdbgExts Extension API Overview
href: wdbgexts-extension-api-overview.md
- name: 32-Bit Pointers and 64-Bit Pointers
Expand Down
23 changes: 23 additions & 0 deletions windows-driver-docs-pr/debugger/wdbgexts-extension-design-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: WdbgExts Extension Design Guide
description: WdbgExts Extension Design Guide
keywords: WdbgExts Extensions, debugger extensions
ms.date: 05/23/2017
ms.topic: concept-article
Comment on lines +5 to +6
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

The ms.date value of '05/23/2017' appears to be outdated and does not reflect when this content is being created. The date should be updated to reflect the current date or the date when this content is being added to the documentation.

Suggested change
ms.date: 05/23/2017
ms.topic: concept-article
ms.date: 12/29/2025
ms.topic: concept-article
ai-usage: ai-assisted

Copilot uses AI. Check for mistakes.
---
Comment on lines +1 to +7
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

The ai-usage metadata attribute is missing from the YAML frontmatter. According to the repository guidelines, when Copilot creates or modifies content, the 'ai-usage: ai-assisted' attribute must be included in the YAML frontmatter.

Copilot generated this review using guidance from repository custom instructions.

# WdbgExts Extension Design Guide

This section includes:

[WdbgExts Extension API Overview](wdbgexts-extension-api-overview.md)

[32-Bit Pointers and 64-Bit Pointers](32-bit-pointers-and-64-bit-pointers.md)

[Using WdbgExts Extension Callbacks](using-wdbgexts-extension-callbacks.md)

[Using the DECLARE_API Macro](using-the-declare-api-macro.md)

[Writing WdbgExts Extension Code](writing-wdbgexts-extension-code.md)

[Building WdbgExts Extensions](building-wdbgexts-extensions.md)