rig
rig

Reputation: 105

Debug Symbols and PE

I wanted to better understand how debug symbols work in relation with the PE.

As I understand the pdb file holds symbol information on its PE. But how exactly can a debugger take a PE and its pdb file and display code?

For instance:

Thanks!

Upvotes: 0

Views: 380

Answers (1)

rig
rig

Reputation: 105

Found the following very helpful resource:
https://www.atmosera.com/blog/pdb-files-what-every-developer-must-know/

Upvotes: 1

Related Questions