Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can DebugEngine work without .map files attached? #19

Open
aehimself opened this issue Oct 22, 2021 · 0 comments
Open

Can DebugEngine work without .map files attached? #19

aehimself opened this issue Oct 22, 2021 · 0 comments

Comments

@aehimself
Copy link

Most developers agree that in applications given to the wide public map information (method names, line numbers, etc) must not be included. Stack trace should contain addresses only which can be translated "back" to readable names by the developer with the .map file in place.
My question is, does DebugEngine support this behavior? Can it work without the .map file attached to the executable, and can it somehow be forced to "load" a .map file and look up an address and translate it to names and line numbers?

If yes, is there a guide which I can read on this topic?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant