Firefox/WindowsDevEnvTips: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 25: Line 25:
* [https://developer.mozilla.org/en-US/docs/Debugging_Mozilla_on_Windows_FAQ MDN Article "Debugging Mozilla on Windows"]
* [https://developer.mozilla.org/en-US/docs/Debugging_Mozilla_on_Windows_FAQ MDN Article "Debugging Mozilla on Windows"]


== Want to help improve the build system on Windows? ==
== IRC ==
* visit #build and chat with :gps
* For build system questions/discussion: [irc://irc.mozilla.org/build #build]
* For Windows specific questions/discussion: [irc://irc.mozilla.org/windev #windev]

Revision as of 00:14, 7 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

Mercurial

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

Debugging CPP on Windows

IRC

  • For build system questions/discussion: #build
  • For Windows specific questions/discussion: #windev