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

[daffodil-site] branch master updated: Update debugger documentation for new debug commands

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 370cacd  Update debugger documentation for new debug commands
370cacd is described below

commit 370cacde99213dfc740e9efdc698ea93e187e21d
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Thu Mar 18 13:56:24 2021 -0400

    Update debugger documentation for new debug commands
---
 site/debugger.md | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/site/debugger.md b/site/debugger.md
index aaccc69..5b42466 100644
--- a/site/debugger.md
+++ b/site/debugger.md
@@ -156,10 +156,6 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
      : Display the differences from the previous state.
 
-     ``discriminator``
-
-     : Display whether or not a discriminator is set. Abbreviation: ``dis``
-
      ``displays``
 
      : Display the current ``display`` expressions. Abbreviation: ``di``
@@ -168,6 +164,10 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
      : Display the most recently found delimiter. Abbreviation: ``fd``
 
+     ``foundField``
+
+     : Display the most recently found field. Abbreviation: ``ff``
+
      ``groupIndex``
 
      : Display the current group index. Abbreviation: ``gi``
@@ -192,10 +192,22 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
      : Display the current schema component designator/path.
 
+     ``pointsOfUncertainty``
+
+	 : Display the list of unresolved points of uncertainty. Abbreviation: ``pou``
+
+     ``suspensions``
+
+	 : Display the list of suspensions. Abbreviation: ``sus``
+
      ``unparser``
 
      : Display the current unparser. Abbreviation: ``u``
 
+     ``variables``
+
+     : Display in-scope state of variables. Abbreviation: ``v``
+
 ``quit``
 
    : Immediately abort all processing.
@@ -223,6 +235,10 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
         : Set the number of bytes to display when displaying input data. If negative, display all input data. This only affects the ``info data`` command. Defaults to ``70``.
 
+     ``diffExcludes <strings...>``
+
+        : Set info comamnds to exclude in the 'info diff' command. Multiple arguments separated by a space excludes multiple commands. Zero arguments excludes no commands.
+
      ``infosetLines <integer>``
 
         : Set the maximum number of lines to display when displaying the infoset. This only affects the ``info infoset`` 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 ``-1``.