
When you use a Visual Studio project template to create an app, Visual Studio automatically creates required settings for Debug and Release build configurations. When you debug the calling project, depending on the DLL configuration, you can step into and debug the DLL code. You usually call a DLL from another project. C# or Visual Basic Windows Forms Control (WCF) Libraryįor more information, see MFC debugging techniques.ĭebugging a WCF Library is similar to debugging a Class Library.

The following Visual Studio project templates can create DLLs:

You can use Visual Studio to create, build, configure, and debug DLLs. Applies to: Visual Studio Visual Studio for Mac Visual Studio CodeĪ DLL (dynamic-link library) is a library that contains code and data that can be used by more than one app.
