One of our goals for the VSCode Extension for Daffodil is to allow users to set
a breakpoint at a location within the data file being parsed so that processing
would pause when it reached that point in the file.
I read the documentation at daffodil.appache.org/debugger and it does not
indicate that stopping at a location in the data file is a current capability
of the built-in debugger. Is this capability available inside Daffodil or would
it require a feature enhancement to Daffodil to get it implemented?