Apple interview question

If your browser crashes, how would you debug it only using the command line?

Interview Answer

Anonymous

6 Feb 2014

The 'strace' command in *nix would be a good place to start. (it traces system calls, can tell you roughly the last thing the browser was doing)