You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/06/25 18:00:43 UTC

[GitHub] [incubator-daffodil] stevedlawrence opened a new pull request #248: Add debugger infosetParents config option and update trace mode

stevedlawrence opened a new pull request #248: Add debugger infosetParents config option and update trace mode
URL: https://github.com/apache/incubator-daffodil/pull/248
 
 
   This new config option determines how many parent elements to include
   when running the "info infoset" debugger command. A value of -1 will
   show the entire inforset, which is the current and default behavior. A
   value of zero or more will show 0 or more parent elements, in addition
   to the current element.
   
   Also modify the trace mode commands to set this property to "1" to show
   a single parent and use "info infoset" so show the infoset. This
   replaces the "eval .." command which gave unfriendly results going past
   the root element.
   
   DAFFODIL-1931

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services