Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging symbols for OS X Chrome

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...

like image 390
snowcrash09 Avatar asked Jan 10 '14 09:01

snowcrash09


People also ask

How do I debug Chrome on Mac?

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.

How do you debug a Mac?

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.


1 Answers

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”.

like image 183
A STEFANI Avatar answered Oct 02 '22 19:10

A STEFANI