开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜