C# debug dynamic library (DLL)

Right-click on "Reference" in the project that calls the DLL file, select "Add Reference", and in the pop-up dialog box, select the corresponding DLL file under "Path to the dynamic library generated by the project of the dll file".

Add breakpoints in the application and DLL files, and use single-step debugging.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=324124468&siteId=291194637
Recommended