Confirmed users
31
edits
(Add steps for Crash Testing) |
m (→Crash Testing) |
||
| Line 290: | Line 290: | ||
=== Crash Testing === | === Crash Testing === | ||
To test the Crash Reporter UI and other crash-related behavior, you can make use of install the Crash Me addon | To test the Crash Reporter UI and other crash-related behavior, you can make use of install the [http://people.mozilla.com/~tmielczarek/crashme/ Crash Me addon] (sources are on [http://code.google.com/p/crashme/ Google Code].) This extension is already Metro Firefox ready, so you just need to follow similar steps as for the DOM Inspector to enable it. | ||
* Install the Crash Me addon (if you do not have it already) on your desktop firefox | * Install the Crash Me addon (if you do not have it already) on your desktop firefox | ||
* Copy the 'crashme@ted.mielczarek.org' folder under your Firefox profile's extension directory over to your MetroFirefox profile extensions directory. (Example: C:\Users\Brian\AppData\Roaming\Mozilla\MetroFirefox\Profiles\amrcb8eg.default\extensions) | * Copy the 'crashme@ted.mielczarek.org' folder under your Firefox profile's extension directory over to your MetroFirefox profile extensions directory. (Example: C:\Users\Brian\AppData\Roaming\Mozilla\MetroFirefox\Profiles\amrcb8eg.default\extensions) | ||
| Line 297: | Line 297: | ||
* If you are using a local build, you may need to edit the metroapp.ini (generated from the metroapp.ini.in template) to ensure the Crash Reporter Enabled=1 flag is set. | * If you are using a local build, you may need to edit the metroapp.ini (generated from the metroapp.ini.in template) to ensure the Crash Reporter Enabled=1 flag is set. | ||
To use, you'll find a new "Crash Now!" entry in the Settings charm. Tap it to crash. | To use, you'll find a new "Crash Now!" entry in the Settings charm. Tap it to crash. | ||
=== WinRT Compiler Generated Code === | === WinRT Compiler Generated Code === | ||