Hi folks, We've recently landed a gaia patch which will use a different folder for DEBUG profiles compared to PRODUCTION profiles. By default, the new folder is now located in gaia/profile-debug. It's possible to override this by passing in your own folder name, e.g.: DEBUG=1 PROFILE_FOLDER=awesomeprofile make
If you are using some aliases to start gaia in Firefox, you will likely need to update these. Here is what I have in my .bash_profile (on OSX) that works well for me: alias gaiaff="/Applications/FirefoxNightly.app/Contents/MacOS/firefox -profile ~/workspace/gaia/profile-debug" Lastly, if you are aware of any tools which make use of the debug profile folder that may break please let us know. We've taken care of Travis and TBPL. Best, Kevin _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
