Steve Lawrence created DAFFODIL-2991:
----------------------------------------
Summary: Debugger short names are broken
Key: DAFFODIL-2991
URL: https://issues.apache.org/jira/browse/DAFFODIL-2991
Project: Daffodil
Issue Type: Bug
Components: Debugger
Reporter: Steve Lawrence
Fix For: 4.0.0
Using short names in the CLI debugger is broken. For example, this used to work:
{code}
(debug) di i d i p
{code}
It now errors with the message
{code}
Debugger error: undefined info command: d
{code}
This is equivalent to this, which does still work:
{code}
(debug)display info data infoset parser
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)