什么是PDB文件?

编程入门 行业动态 更新时间:2024-10-12 08:20:06
本文介绍了什么是PDB文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

.NET dll文件中的PDB文件是什么,它的作用是什么?通常人们在部署时会删除此文件,并且仅将dll文件保留在lib文件夹中,但似乎什么也没发生,并且一切正常...

What's the PDB files inside the .NET dll files and what it does? Usually peoples remove this file in deploying and only keep the dll file in lib folders but it seems nothing happened and everything works well...

那么,PDB文件是做什么的?

So, what's the PDB files does?

推荐答案

程序数据库文件与增量链接和项目状态无关!PDB文件用于将EXE与SOURCES映射.它们用于调试和发布二进制文件.此处为文章解释了可执行映像与其PDB文件之间的绑定链接

A Program Data Base file has nothing to do with incremental linking and Project State! PDB files are used to map EXE with SOURCES. They are used for Debug and Release binaries. Here an article that explains this binding link between an Executable Image and its PDB file

更多推荐

什么是PDB文件?

本文发布于:2023-05-28 00:44:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/308171.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件   PDB

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!