-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Gregg Miskelly edited this page Jan 26, 2019
·
4 revisions
Concord is the code name for Visual Studio's debug engine. If you are completely new to Concord, here are some pages to get you started:
If you want to dive right into some code for extending the debug engine, take a look at the samples:
Concord Documentation:
- Overview
- Visual Studio 2022 support
- Concord Architecture
- Getting troubleshooting logs
- Tips for debugging extensions
- Component Discovery and Configuration
- Component Levels
- Navigating the Concord API
- Obtaining the Concord API headers, libraries, etc
- Concord Threading Model
- Data Container API
- Creating and Closing Objects
- Expression Evaluators (EEs)
- .NET language EEs
- Native language EEs
- Installing Extensions
- Cross Platform and VS Code scenarios:
- Implementing components in native code:
- Worker Process Remoting
Samples: