You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
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