We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inout.txt
1 parent 76fdc3a commit 481aa99Copy full SHA for 481aa99
testsuite/.als/traces.cfg
@@ -1,14 +1,15 @@
1
->inout.txt:buffer_size=0
+# If you need full input/output from the server uncomment inout.txt lines.
2
+#>inout.txt:buffer_size=0
3
4
# Traces
-ALS.MAIN=yes > inout.txt:buffer_size=0
5
+#ALS.MAIN=yes > inout.txt:buffer_size=0
6
7
# Full logs, helpful for debugging
-ALS.IN=yes > inout.txt:buffer_size=0
8
-ALS.OUT=yes > inout.txt:buffer_size=0
+#ALS.IN=yes > inout.txt:buffer_size=0
9
+#ALS.OUT=yes > inout.txt:buffer_size=0
10
11
# Testing should include incremental text changes
-ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes > inout.txt:buffer_size=0
12
+ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes #> inout.txt:buffer_size=0
13
14
# Activate navigation warnings in test mode
15
ALS.NOTIFICATIONS_FOR_IMPRECISE_NAVIGATION=yes
0 commit comments