apache / daffodil-vscode

Apache Daffodilâ„¢ Extension for Visual Studio Code
https://daffodil.apache.org/
Apache License 2.0
11 stars 19 forks source link

Debugger doesn't stop at set breakpoints. #971

Closed rthomas320 closed 7 months ago

rthomas320 commented 7 months ago

The debugger doesn't stop at breakpoints. To reproduce: set a breakpoint at an element or element ref item in the dfdl schema, press the continue button in the debug navigator pop out or press F5. The process will continue without stopping at the set breakpoint. A completed infoset will be created, and the data editor and omega edit server will exit. A message will popup asking if you want to open the created infoset, but the infoset fails to open (this behavior is included in issue 971).

nlewis05 commented 7 months ago

Duplicate of #968