Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1 KB

debugging-an-expert.md

File metadata and controls

32 lines (21 loc) · 1 KB
description ms.assetid title ms.topic ms.date
Use the following procedure to debug experts written in Microsoft Visual C++.
7356fcae-3cfe-4a5b-86dd-bebee859fa19
Debugging an Expert
article
05/31/2018

Debugging an Expert

Use the following procedure to debug experts written in Microsoft Visual C++.

Debugging an Expert

  1. Install the expert (DLL file) and the program database file (.pdb) generated when you compiled the expert in the correct location. For further details, see Installing an Expert to Network Monitor 2.1.

  2. Start Microsoft Visual C++.

  3. From the File menu, click Open and select the name of your expert DLL.

  4. After Microsoft Visual C++ loads, click the Project menu and then click Settings.

  5. Click Debug. Under Executable for debug session, type the full path of Netmon.exe, for example:

    C:\Program files\Netmon2\Netmon.exe
  6. Set the breakpoints in your code.