diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 0dc5bc498bd..78e1a230ed5 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -59,6 +59,10 @@ class PostBuildCommands(CommandBase): env = self.build_env() env["RUST_BACKTRACE"] = "1" + # Make --debugger imply --debug + if debugger: + debug = True + if android is None: android = self.config["build"]["android"]