You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2021/03/19 12:27:55 UTC

[daffodil-site] branch asf-site updated: Publishing from 370cacde99213dfc740e9efdc698ea93e187e21d

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 45dab43  Publishing from 370cacde99213dfc740e9efdc698ea93e187e21d
45dab43 is described below

commit 45dab43e65ef9d843212fd5098b7321c2b01bab9
Author: Steve Lawrence <st...@gmail.com>
AuthorDate: Fri Mar 19 12:27:47 2021 +0000

    Publishing from 370cacde99213dfc740e9efdc698ea93e187e21d
---
 content/debugger/index.html | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/content/debugger/index.html b/content/debugger/index.html
index 0329bd7..df406f9 100644
--- a/content/debugger/index.html
+++ b/content/debugger/index.html
@@ -244,10 +244,6 @@ eval /ex:file/line[1]
       <dd>
         <p>Display the differences from the previous state.</p>
       </dd>
-      <dt><code class="highlighter-rouge">discriminator</code></dt>
-      <dd>
-        <p>Display whether or not a discriminator is set. Abbreviation: <code class="highlighter-rouge">dis</code></p>
-      </dd>
       <dt><code class="highlighter-rouge">displays</code></dt>
       <dd>
         <p>Display the current <code class="highlighter-rouge">display</code> expressions. Abbreviation: <code class="highlighter-rouge">di</code></p>
@@ -256,6 +252,10 @@ eval /ex:file/line[1]
       <dd>
         <p>Display the most recently found delimiter. Abbreviation: <code class="highlighter-rouge">fd</code></p>
       </dd>
+      <dt><code class="highlighter-rouge">foundField</code></dt>
+      <dd>
+        <p>Display the most recently found field. Abbreviation: <code class="highlighter-rouge">ff</code></p>
+      </dd>
       <dt><code class="highlighter-rouge">groupIndex</code></dt>
       <dd>
         <p>Display the current group index. Abbreviation: <code class="highlighter-rouge">gi</code></p>
@@ -280,10 +280,22 @@ eval /ex:file/line[1]
       <dd>
         <p>Display the current schema component designator/path.</p>
       </dd>
+      <dt><code class="highlighter-rouge">pointsOfUncertainty</code></dt>
+      <dd>
+        <p>Display the list of unresolved points of uncertainty. Abbreviation: <code class="highlighter-rouge">pou</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">suspensions</code></dt>
+      <dd>
+        <p>Display the list of suspensions. Abbreviation: <code class="highlighter-rouge">sus</code></p>
+      </dd>
       <dt><code class="highlighter-rouge">unparser</code></dt>
       <dd>
         <p>Display the current unparser. Abbreviation: <code class="highlighter-rouge">u</code></p>
       </dd>
+      <dt><code class="highlighter-rouge">variables</code></dt>
+      <dd>
+        <p>Display in-scope state of variables. Abbreviation: <code class="highlighter-rouge">v</code></p>
+      </dd>
     </dl>
   </dd>
   <dt><code class="highlighter-rouge">quit</code></dt>
@@ -316,6 +328,10 @@ set removeHidden true
       <dd>
         <p>Set the number of bytes to display when displaying input data. If negative, display all input data. This only affects the <code class="highlighter-rouge">info data</code> command. Defaults to <code class="highlighter-rouge">70</code>.</p>
       </dd>
+      <dt><code class="highlighter-rouge">diffExcludes &lt;strings...&gt;</code></dt>
+      <dd>
+        <p>Set info comamnds to exclude in the ‘info diff’ command. Multiple arguments separated by a space excludes multiple commands. Zero arguments excludes no commands.</p>
+      </dd>
       <dt><code class="highlighter-rouge">infosetLines &lt;integer&gt;</code></dt>
       <dd>
         <p>Set the maximum number of lines to display when displaying the infoset. This only affects the <code class="highlighter-rouge">info infoset</code> command. This shows the last number of lines of the infoset. If the number is less than or equal to zero, the entire infoset is printed. Defaults to <code class="highlighter-rouge">-1</code>.</p>