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 2019/06/26 16:58:31 UTC

[incubator-daffodil-site] branch master updated: Add documentation or new infosetParents debugger config option

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/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7be736b  Add documentation or new infosetParents debugger config option
7be736b is described below

commit 7be736b87c32e6e2e72d17a82e392a6bd275079d
Author: Steve Lawrence <sl...@tresys.com>
AuthorDate: Wed Jun 26 12:55:12 2019 -0400

    Add documentation or new infosetParents debugger config option
---
 site/debugger.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/site/debugger.md b/site/debugger.md
index 1ea2f2b..cee5f99 100644
--- a/site/debugger.md
+++ b/site/debugger.md
@@ -229,13 +229,17 @@ Enabling the debugger displays a ``(debug)`` prompt, at which point various comm
 
         : 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``.
 
+     ``infosetParents <integer>``
+
+        : Set the number of parent elements to show when displaying the infoset. This only affects the ``info infoset`` command. A value of zero will only show the current infoset element. A value of ``-1`` will show the entire infoset. Defaults to ``-1``.
+
      ``removeHidden <boolean>``
 
         : Set whether or not hidden elements (e.g through the use of dfdl:hiddenGroupRef) should be displayed. This effects the ``eval`` and ``info infoset`` commands. Must be either ``true``/``false`` or ``1``/``0``. Defaults to ``false``.
 
      ``representation <string>``
 
-        : Set the output when displaying data. Must be either ``text` or ``binary``. Defaults to ``text``.
+        : Set the output when displaying data. Must be either ``text`` or ``binary``. Defaults to ``text``.
 
      ``wrapLength <integer>``