mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Support extra arguments when running with --debug.
This commit is contained in:
parent
c220d886c2
commit
3b0b810093
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class PostBuildCommands(CommandBase):
|
||||||
command = rustCommand
|
command = rustCommand
|
||||||
|
|
||||||
# Prepend the debugger args.
|
# Prepend the debugger args.
|
||||||
args = ([command] + self.debuggerInfo.args
|
args = ([command] + self.debuggerInfo.args + ["--"]
|
||||||
+ args + params)
|
+ args + params)
|
||||||
else:
|
else:
|
||||||
args = args + params
|
args = args + params
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue