I am writing some kind of logic for an academic source of characters.
I need to check the assembly and pdb file if they match each other so that users can use them without any problems.
Ive done a little research, but without anything impressive. If VS receives incorrect character debugging, it may display information:
The following module was built either with or without optimization debugging information: assembly.dll
to debug this module, change its project, build the configuration in debug mode. to suppress this message, disable the "Warn if user code at startup" debugger.
Im also interested in what information VS gets from pdb and build to check them out.
Is there any (managed) API? Or even uncontrollable?
Any ideas?
source
share