开发者

Is it true that binaries generated by visual studio don't have any symbols?

开发者 https://www.devze.com 2023-03-03 18:36 出处:网络
All output the same: SYMBOL TABLE: no symbols This is what I find after several experiment with objdump,is this true?

All output the same:

SYMBOL TABLE:
no symbols

This is what I find after several experiment with objdump,is this true?

If that's the case,I want to give it a little further: is it true all 开发者_如何学Pythonbinaries under windows don't have symbols?


Visual Studio default settings put debug symbols into a separate file with a .pdb extension.

Read this answer by @metamatt which explains the other debug formats you can get by changing compiler options.

0

精彩评论

暂无评论...
验证码 换一张
取 消