Share via


Visual Studio Debugging Samples

The Visual Studio Debugging SDK documentation includes the following samples.

In This Section

  • Text Interpreter Sample

    A custom DE built from the Visual Studio Debugging SDK base classes that are shipped with the SDK documentation. You can access this sample from <drive>:\Program Files\Visual Studio 2005 SDK\<build number>\VisualStudioIntegration\Archive\DebuggerSDK\TextInterpreter. For more information, see Tutorial: Building a Debug Engine Using ATL COM.

  • MyCEE Sample

    An expressions evaluator that allows a language to be debugged using the common language runtime debug engine.

See Also

Concepts

Tutorial: Building a Debug Engine Using ATL COM