mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 985979 - disable the crashreporter when running |mach debug|; r=gps
This commit is contained in:
parent
37ef931035
commit
a5ad8606cf
@ -813,7 +813,7 @@ class DebugProgram(MachCommandBase):
|
|||||||
print(e)
|
print(e)
|
||||||
return 1
|
return 1
|
||||||
args = [debugger]
|
args = [debugger]
|
||||||
extra_env = {}
|
extra_env = { 'MOZ_CRASHREPORTER_DISABLE' : '1' }
|
||||||
if debugparams:
|
if debugparams:
|
||||||
import pymake.process
|
import pymake.process
|
||||||
argv, badchar = pymake.process.clinetoargv(debugparams, os.getcwd())
|
argv, badchar = pymake.process.clinetoargv(debugparams, os.getcwd())
|
||||||
|
Loading…
Reference in New Issue
Block a user