Pergunta de entrevista da empresa Apple

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

Resposta da entrevista

Sigiloso

6 de fev. de 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)