Is there easily achievable debugging from Visual Studio with multiple symbols (stripped vs full)?
We’re releasing an application to public, in which we don’t want to include full symbols. So we’re stripping them as mentioned in official docs (Debugging with symbols, PDBstripped). Both full and stripped symbols are correctly generated, we store full symbols in private location (share drive) and ship the product with stripped ones. So far all good.
Is there easily achievable debugging from Visual Studio with multiple symbols (stripped vs full)?
We’re releasing an application to public, in which we don’t want to include full symbols. So we’re stripping them as mentioned in official docs (Debugging with symbols, PDBstripped). Both full and stripped symbols are correctly generated, we store full symbols in private location (share drive) and ship the product with stripped ones. So far all good.