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

Generate debug info on macOS #61

Open
prateekma opened this issue Jan 16, 2021 · 0 comments
Open

Generate debug info on macOS #61

prateekma opened this issue Jan 16, 2021 · 0 comments

Comments

@prateekma
Copy link
Member

A dSYM bundle contains all the debug information for a dylib. It can be generated by running dsymutil libxyz.dylib (the dylib contains a table of the original .o file locations. These object files contain the debug info; dsymutil extracts all of it and packages it into a bundle that we can include with our artifacts).

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