Index: make.py ================================================================== --- make.py +++ make.py @@ -461,13 +461,13 @@ # Firefox Developper edition spfFirefox = dVars['win_fx_dev_path'] if platform.system() == "Windows" else dVars['linux_fx_dev_path'] else: # Firefox Nightly edition spfFirefox = dVars['win_fx_nightly_path'] if platform.system() == "Windows" else dVars['linux_fx_nightly_path'] - #os.system(r'web-ext run --firefox="' + spfFirefox + '" --browser-console --firefox-profile=debug') + os.system(r'web-ext run --firefox="' + spfFirefox + '" --browser-console --firefox-profile=debug') # https://github.com/mozilla/web-ext/issues/932 - os.system(r'web-ext run --firefox="' + spfFirefox + r'" --browser-console --firefox-profile=C:\Users\EAK\AppData\Roaming\Mozilla\Firefox\Profiles\e26559tw.debug --keep-profile-changes') + # os.system(r'web-ext run --firefox="' + spfFirefox + r'" --browser-console --firefox-profile=C:\Users\EAK\AppData\Roaming\Mozilla\Firefox\Profiles\e26559tw.debug --keep-profile-changes') # Thunderbird if xArgs.thunderbird: os.system("thunderbird -jsconsole -P debug") else: