Changes

Jump to: navigation, search

Firefox/Windows 8 Integration

825 bytes added, 12:45, 1 February 2014
Remote Debugging with a Tablet
Note you might have to fiddle with access permissions a bit. Opening everything up to Everyone saves a lot of time, but might not be the most secure environment, depending on your situation.
 
=== Diagnosing Command Execute Handler Issues ===
 
The CEH handles program launch on Windows 8. It's a small win32 program that Explorer launches when the browser is invoked. If issues arise, there are some debugging features built into the program to help diagnose issues.
 
* Open regedit.exe and browser to HKEY_CURRENT_USER/Software/Mozilla/Firefox
* Add a new DWORD value names 'CEHDump', value 01
* Run a debug output viewer such as [http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx DebugView].
* Launch the browser.
 
Output from the ceh and launch info from the browser will get dumped to DebugView. You can save this logging info out via the DebugView file menu and post it to bugs for diagnosis.
 
To turn off debug output for the CEH, change the registry value from 01 to 00, or delete the CEHDump key.
=== Diagnosing Startup Problems ===
Confirm
1,982
edits

Navigation menu