Skip to content

Commit 368909a

Browse files
authored
Merge pull request #2182 from corob-msft/cr-dia-sample
DIA SDK Sample documentation update
2 parents 2575ab6 + bfdfc3f commit 368909a

File tree

5 files changed

+85
-1000
lines changed

5 files changed

+85
-1000
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "docs/debugger/debug-interface-access/dia2dump-cpp-source-file.md",
5+
"redirect_url": "/visualstudio/debugger/debug-interface-access/dia2dump-sample",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "docs/extensibility/shell/shell-isolated-or-integrated.md",
510
"redirect_url": "https://vspartner.com/pages/vsshells",
Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Debug Interface Access SDK | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "07/24/2018"
55
ms.technology: "vs-ide-debug"
66
ms.topic: "conceptual"
77
dev_langs:
@@ -18,23 +18,22 @@ ms.workload:
1818
- "multiple"
1919
---
2020
# Debug Interface Access SDK
21-
The Microsoft Debug Interface Access Software Development Kit (DIA SDK) provides access to debug information stored in program database (.pdb) files generated by Microsoft postcompiler tools. Because the format of the .pdb file generated by the postcompiler tools undergoes constant revision, exposing the format is impractical. Using the DIA API, you can develop applications that search for and browse debug information stored in a .pdb file. Such applications could, for example, report stack trace-back information and analyze performance data.
22-
23-
## In This Section
24-
[Getting Started](../../debugger/debug-interface-access/getting-started-debug-interface-access-sdk.md)
25-
Gives an overview of the DIA SDK features and specifies where the DIA SDK is installed as well as the required header and library files.
26-
27-
[Querying the .Pdb File](../../debugger/debug-interface-access/querying-the-dot-pdb-file.md)
28-
Provides instructions on how to use the DIA API to query the .pdb file.
29-
30-
[Symbols and Symbol Tags](../../debugger/debug-interface-access/symbols-and-symbol-tags.md)
31-
Discusses how symbols and symbol tags are used in the DIA API.
32-
33-
[Reference](../../debugger/debug-interface-access/debug-interface-access-sdk-reference.md)
34-
Contains the interfaces, methods, enumerations, and structures of the DIA API.
35-
36-
[Dia2dump Sample](../../debugger/debug-interface-access/dia2dump-sample.md)
37-
Illustrates how to use the DIA API to search for and browse debug information.
38-
39-
[Dia2dump.cpp Source File](../../debugger/debug-interface-access/dia2dump-cpp-source-file.md)
40-
Source code used by [Dia2dump Sample](../../debugger/debug-interface-access/dia2dump-sample.md) to demonstrate the DIA API.
21+
22+
The Microsoft Debug Interface Access Software Development Kit (DIA SDK) provides access to debug information stored in program database (.pdb) files generated by Microsoft postcompiler tools. Because the format of the .pdb file generated by the postcompiler tools undergoes constant revision, exposing the format is impractical. Using the DIA API, you can develop applications that search for and browse debug information stored in a .pdb file. Such applications could, for example, report stack trace-back information and analyze performance data.
23+
24+
## In this section
25+
26+
[Getting Started](../../debugger/debug-interface-access/getting-started-debug-interface-access-sdk.md)
27+
Gives an overview of the DIA SDK features and specifies where the DIA SDK is installed as well as the required header and library files.
28+
29+
[Querying the .Pdb File](../../debugger/debug-interface-access/querying-the-dot-pdb-file.md)
30+
Provides instructions on how to use the DIA API to query the .pdb file.
31+
32+
[Symbols and Symbol Tags](../../debugger/debug-interface-access/symbols-and-symbol-tags.md)
33+
Discusses how symbols and symbol tags are used in the DIA API.
34+
35+
[Reference](../../debugger/debug-interface-access/debug-interface-access-sdk-reference.md)
36+
Contains the interfaces, methods, enumerations, and structures of the DIA API.
37+
38+
[Dia2dump Sample](../../debugger/debug-interface-access/dia2dump-sample.md)
39+
Illustrates how to use the DIA API to search for and browse debug information.

0 commit comments

Comments
 (0)