Do you have to deploy the .pdb file with compiling under release?

后端 未结 11 1736
悲&欢浪女
悲&欢浪女 2020-12-24 00:33

Do you have to deploy the .pdb file with compiling under release?

Why does it even compile a .pdb when you do a release build anyway?

11条回答
  •  死守一世寂寞
    2020-12-24 01:29

    No, you don't ship the .pdb files. They are generated because sometimes it's helpful to be able to debug a release build.

提交回复
热议问题