[webkit-dev] Adding "__FILE__" and "__LINE__" to CRASH() macro

Darin Adler darin at apple.com
Fri Apr 12 07:47:25 PDT 2013


Is this for debug builds or for production builds?

If it is for debug builds, then adding file and line seems fine; we should do it in a way that shares code with assertion macros.

If it is for production builds, then how do you debug other crashes?

-- Darin


More information about the webkit-dev mailing list