Skip to content

Commit e0439e5

Browse files
author
Colin Robertson
committed
Delete out of date sample and links
1 parent d744688 commit e0439e5

File tree

3 files changed

+20
-967
lines changed

3 files changed

+20
-967
lines changed
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: "06/04/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)<br\>
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)<br\>
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)<br\>
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)<br\>
36+
Contains the interfaces, methods, enumerations, and structures of the DIA API.
37+
38+
[Dia2dump Sample](../../debugger/debug-interface-access/dia2dump-sample.md)<br\>
39+
Illustrates how to use the DIA API to search for and browse debug information.

0 commit comments

Comments
 (0)