Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 899 Bytes

dump-file-summary-extensibility-api.md

File metadata and controls

26 lines (22 loc) · 899 Bytes
title description ms.date ms.topic dev_langs author ms.author manager ms.subservice
Dump File Summary Extensibility API
Use the dump file summary extensibility API to extend the .exe project system and Dump Summary page to work with your own custom debug engine in Visual Studio.
11/04/2016
conceptual
CSharp
VB
FSharp
C++
mikejo5000
mikejo
mijacobs
debug-diagnostics

Dump File Summary Extensibility API

Using the extensibility APIs in this section, you can extend the .Exe Project System and the Dump Summary page for use with your own custom debug engine.

In This Section

The APIs for extending the Dump Summary page and the .Exe Project System are available in the following namespace:

xref:Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension

Related content