How can I get dSYM symbol files for release builds of Chrome on OS X?
E.g. Google kindly publish the debug symbols for their Windows builds on a MS symbol server (http://chromium-browser-symsrv.commondatastorage.googleapis.com) but I can't find a similar repository for the OS X builds.
Of course I can generate my own symbol files by building Chromium from source, but then the binaries won't match Google's own releases...
Launch Chromium. In Xcode, select Debug > Attach to Process > Chromium. You can now pause the process and set breakpoints. The debugger will also activate if a crash occurs.
Just open the source file you want to debug in Xcode, and click in the margin to the left of the line of code where you want to break. During the debugging session, each time that line is executed, the debugger will break there, and you will be able to debug it.
Absolutely not sure that it will work in your case, but I see somewhere :
If you’re unable to download your dSYM from Xcode’s Organizer, visit iTunes Connect, select “My Apps” and “Activity”. Then select the build you want to download the dSYMs for and click on “Download dSYM”.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With