Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit 4bee8c6

Browse files
authored
Merge pull request #13 from gregg-miskelly/patch-1
Add README.md to EEaddin sample
2 parents 94f7517 + 70de3d7 commit 4bee8c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## About this sample
2+
3+
This sample shows how to create an EEAddin for the legacy native debugger (the debugger that shipped with Visual Studio 2002 through Visual Studio 2010).
4+
5+
## This sample today
6+
7+
The recomended way to run custom code to format types is by implementing IDkmCustomVisualizer. You can find a sample for this in the [ConcordExtensibility repo](https://github.com/Microsoft/ConcordExtensibilitySamples/wiki/Cpp-Custom-Visualizer-Sample).
8+
9+
Legacy EE Addins can still be used with Visual Studio's current debugger. But as of Visual Studio 2019 they will no longer work with Visual Studio in the default configuartion.

0 commit comments

Comments
 (0)