Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmedberg committed Mar 7, 2013
1 parent 0891b98 commit 07e1bf2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
crashfirefox-intentionally
==========================

Tool for QA/testers to intentionally crash Firefox in a way that should cause the crash reporter to start.

Possible usages:

* `crashfirefox.exe [<processname.exe>]` - Finds a process with the specified name and causes it to crash. If no name is specified, it defaults to firefox.exe. Note that if there are multiple instances of that process name running, this will crash the first one it finds; this is usually the one most recently launched, but don't rely on that!
* `crashfirefox.exe <pid> ` - Finds the process with the specified process ID and causes it to crash

0 comments on commit 07e1bf2

Please sign in to comment.