什么是PDB文件? [英] What is a PDB file?

查看:190
本文介绍了什么是PDB文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是PDB文件,我怎么能排除它从发布文件夹时,我重建我的解决方案?

What is a PDB file and how can I exclude it from the release folder when I rebuild my solution?

推荐答案

一个PDB文件包含用于调试器一起工作的信息。有一个在发布版本的信息量少于在调试版本反正。但是,如果你想让它根本无法产生,去你的项目的构建属性,选择Release配置,点击高级和调试信息挑下无。

A PDB file contains information for the debugger to work with. There's less information in a Release build than in a Debug build anyway. But if you want it to not be generated at all, go to your project's Build properties, select the Release configuration, click on "Advanced..." and under "Debug Info" pick "None".

这篇关于什么是PDB文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆