PDA

Просмотр полной версии : [Plugin] Для чего нужен crashdetect.pdb?



Danny Marcelo
21.06.2020, 20:38
Здравствуйте. Возник такой вопрос, с crashdetect знаю как работать, очень полезный плагин, однако интересует, для чего нужен crashdetect.pdb? Искал ответ в интернете, но что то как то неудачно. Вообще нужен ли он в папке plugins? И в чем его польза, расскажите подробнее пожалуйста.

h3ckphy
21.06.2020, 23:05
https://www.google.com/search?client=firefox-b-d&q=pdb+%D0%A0%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D0%B5
http://codehelper.ru/questions/73/new/%D0%B7%D0%B0%D1%87%D0%B5%D0%BC-%D0%BD%D1%83%D0%B6%D0%BD%D1%8B-pdb-%D1%84%D0%B0%D0%B9%D0%BB%D1%8B-%D0%B2-output-%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D0%BE%D0%B2-visual-studio
Program database (PDB) is a proprietary file format (developed by Microsoft) for storing debugging information about a program (or, commonly, program modules such as a DLL or EXE). PDB files commonly have a .pdb extension. A PDB file is typically created from source files during compilation. It stores a list of all symbols in a module with their addresses and possibly the name of the file and the line on which the symbol was declared. This symbol information is not stored in the module itself, because it takes up a lot of space.
Короче, тебе не нужен он.