jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Relay more data-related positions #87

Open arosien opened 3 years ago

arosien commented 3 years ago

We expose & relay the current data position for a given stack frame (bytePos1b), but we should collect other positions that can be related so the view can show highlighted regions, etc. Points of uncertainty? Delimiter info? We should ask the mailing list about these.

The legacy interactive debugger shows the region between the previous step's position and the current one, if I'm reading the code correctly.

arosien commented 3 years ago

Add relaying bit position.