If your browser crashes, how would you debug it only using the command line?
Anonymous
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)
Check out your Company Bowl for anonymous work chats.