File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ again. This will produce useful debugging output that will aid us in
78
78
fixing the problem if you are unable to do so yourself. Turn off the
79
79
trace output by running either ` set +x ` or ` set +v ` .
80
80
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
+
81
86
To debug dynamic loading of a completion, tracing needs to be turned
82
87
on before the debugged completion is attempted the first time. The
83
88
easiest way to do this is to start a new shell session, and to turn
You can’t perform that action at this time.
0 commit comments