Confirmed users
4,293
edits
No edit summary |
No edit summary |
||
| Line 236: | Line 236: | ||
== Version 9 == | == Version 9 == | ||
=== Disable JIT Debugger === | === Disable JIT Debugger === | ||
Per [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconenablingjit-attachdebugging.asp this MSDN entry]: | Per [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconenablingjit-attachdebugging.asp this MSDN entry]: | ||
| Line 256: | Line 249: | ||
set value to 1 (dumps stack and exits) | set value to 1 (dumps stack and exits) | ||
== Version 10 == | |||
=== Fix registry setting === | |||
In version 9, we accidentally set | |||
HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\DbgJITDebugLaunchSetting | |||
to hexidecimal 10 instead of 1. | |||
=== Setup environment vars === | |||
* finish setting up environment vars by: | |||
** logging into machine as Administrator | |||
** in control panel, system, advanced tab, environment | |||
** set MOZ_NO_RESET_PATH=1 | |||
= Manual Setup Steps after VMImage = | = Manual Setup Steps after VMImage = | ||