mbeckerle commented on issue #66: URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1059573641
I wasn't sure, but I think I observed this "breaks on the main schema" even though the breakpoint is inside it, as well, but I wasn't certain. So that behavior is interesting, but not useful. The breakpoint on the inner element, inside of the GIR thing, is because I was stepping along watching it create objects for all the various branches of the choice, then backtrack them, and it seemed that element defined at line 292 would be the next thing it should attempt to parse, so I was hoping it would breakpoint there. It is very desirable to have a breakpoint stop the debug at the "attempt" to parse an element, even if it subsequently fails and backtracks the element. Often you have to watch it fail, put more breakpoints inside to see what is going on, etc. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
