Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the following procedure to debug experts written in Microsoft Visual C++.
Debugging an Expert
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.
Start Microsoft Visual C++.
From the File menu, click Open and select the name of your expert DLL.
After Microsoft Visual C++ loads, click the Project menu and then click Settings.
Click Debug. Under Executable for debug session, type the full path of Netmon.exe, for example:
C:\Program files\Netmon2\Netmon.exeSet the breakpoints in your code.