In this article I have described two ways to debug the DLL
project (class library application). One technique is to use immediate window
which helps in quick debugging of library functions. However, in practical
situations library functions accept complex parameter values (generated by some
other exe applications) to process, which we cannot normally pass through the Main() or immediate window. Here we need the second technique of debugging DLL project- by
setting an external start program.
Suggestions and feedbacks for this article are appreciated
in advance.
Abhishek
Kumar Singh
Mindfire
Solutions