From cc61911a228b43643503cc5c76a1c46f8177d28e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Sep 2021 14:30:25 +0200 Subject: [PATCH] Updated Debugging flags (markdown) --- Debugging-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Debugging-flags.md b/Debugging-flags.md index 126acff..a408d4f 100644 --- a/Debugging-flags.md +++ b/Debugging-flags.md @@ -6,5 +6,6 @@ Sway has some debugging options available via the `-D` command-line flag. - `-D txn-wait`: forces all atomic transactions to time out - `-D txn-timings`: logs addition information about transaction timings - `-D txn-timeout=`: overrides the default atomic transaction timeout +- `-D noscanout`: disables direct scan-out Also see `enable_debug_flag()`. \ No newline at end of file