# Conan Debug Profile for Visual Studio ## Metadata **Status**:: #x **Zettel**:: #zettel/literature **Created**:: [[2024-06-29]] **Reference**:: [[Conan Authors - Building for multiple configurations Release, Debug, Static and Shared (Highlights)]] ## Synopsis ```shell conan install . --build=missing --settings=build_type=Debug ``` Or create a debug profile from debug by setting `build_type=Debug` and use the profile ```shell conan install . --build=missing --profile=debug ```