Skip to content

Commit c0e9459

Browse files
committed
docs(README): note set -x output in issue reports
1 parent bf22c91 commit c0e9459

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ again. This will produce useful debugging output that will aid us in
7878
fixing the problem if you are unable to do so yourself. Turn off the
7979
trace output by running either `set +x` or `set +v`.
8080

81+
If you are filing an issue, please attach the generated debugging output
82+
in `set -x` mode copy-pasted to a separate, attached file in the report.
83+
Before doing so, be sure to review the output for anything you may not want
84+
to share in public, and redact as appropriate.
85+
8186
To debug dynamic loading of a completion, tracing needs to be turned
8287
on before the debugged completion is attempted the first time. The
8388
easiest way to do this is to start a new shell session, and to turn

0 commit comments

Comments
 (0)