mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +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
|
||||
|
||||
# Prepend the debugger args.
|
||||
args = ([command] + self.debuggerInfo.args
|
||||
args = ([command] + self.debuggerInfo.args + ["--"]
|
||||
+ args + params)
|
||||
else:
|
||||
args = args + params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue