About this document
Visual Studio Debug Engine Walkthrough by Mạnh Xuân Lương is a document available to read on EtoBox.
The Visual Studio Sample Debug Engine demonstrates how to implement a custom debug engine that integrates with the Visual Studio Debugger. The sample engine is split into three projects - a C# front end that implements the debugger interfaces, a C++ backend that interacts with the Win32 debugging API and DIA symbol API, and a Visual Studio package used to launch projects with the new engine. The engine handles events from the debuggee using the Win32 debugging API and sends them to the debugger using the AD
- Author
- Mạnh Xuân Lương
- Language
- EN