Firefox/WindowsDevEnvTips: Difference between revisions
< Firefox
Jump to navigation
Jump to search
(→Intro) |
|||
Line 3: | Line 3: | ||
=== Prerequisite reading === | === Prerequisite reading === | ||
* [https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Windows_Prerequisites MDN Article "Windows Prerequisites"] | * [https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Windows_Prerequisites MDN Article "Windows Prerequisites"] | ||
* [https://developer.mozilla.org/en-US/docs/Developer_Guide/mach MDN Article on mach] | |||
== Customizations to the Console Emulator == | == Customizations to the Console Emulator == |
Revision as of 23:58, 6 November 2013
Intro
- Developing & building Gecko& friends on Windows, especially Windows 8, has lots of room for improvement. Here's some of the tribal knowledge to make you happier on our most popular platform.
Prerequisite reading
Customizations to the Console Emulator
Build System Tweaks
- Install mozmake
- Use "mach build binaries" for fast incremental builds if you change only C/C++ files (requires mozmake)
Handy MOZCONFIG settings
Nifty Visual Studio tricks
VS 2010-13
VS 2010
VS 2011
VS 2012
Debugging JS on Windows
- Debug/inspect Metro Firefox remotely using devtools in desktop Firefox
Debugging CPP on Windows
MDN Article "Debugging Mozilla on Windows"
Want to help improve the build system on Windows?
- visit #build and chat with :gps