Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 926 Bytes

File metadata and controls

29 lines (18 loc) · 926 Bytes
title Debugging Your Provider
ms.date 10/29/2018
helpviewer_keywords
debugging [C++], providers
OLE DB providers, debugging
Visual C++ debugger, debugging providers
Visual C++ debugger
ms.assetid 90d4e7db-06ea-4de0-a7f4-4f3751d50d93

Debugging Your Provider

There are two ways to debug your provider:

  • Because providers are created in process, you can create some consumer code using the OLE DB consumer templates and step into the provider normally.

  • You can use various utilities that come with Visual C++.

To use debugging

  1. Open the provider project.

  2. On the Projects menu, click Properties.

  3. In the Property Pages dialog box, click the Debugging tab.

  4. Select options as required, click OK.

  5. Set breakpoints, and then debug as usual.

See also

Working with OLE DB Provider Templates