| description | Learn more about: Debugging Your Provider | ||||
|---|---|---|---|---|---|
| title | Debugging Your Provider | ||||
| ms.date | 10/29/2018 | ||||
| helpviewer_keywords |
|
||||
| ms.assetid | 90d4e7db-06ea-4de0-a7f4-4f3751d50d93 |
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++.
-
Open the provider project.
-
On the menu bar, select Projects > Properties.
-
In the Property Pages dialog box, select the Configuration Properties > Debugging property page.
-
Select options as required, then choose OK.
-
Set breakpoints, and then debug as usual.