-
Notifications
You must be signed in to change notification settings - Fork 46
Can DebugEngine work without .map files attached? #19
Copy link
Copy link
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels