stevedlawrence commented on PR #1204: URL: https://github.com/apache/daffodil-vscode/pull/1204#issuecomment-2752318257
The core issue has nothing to do with the DataDumper except that is is more likely to output weird unicode characters. But left over data can contain any bytes and so could just as easily contain bytes the break the logger or dapEvent thing. Can you confirm if it's the Logger or dapEvents.send that is breaking? If you remove the logger and do this does it still fail? ```scala dapEvents.send(DataLeftOverEvent(loc.bitPos1b, loc.bytePos1b, leftOverBits, message) ``` Or if you just do: ```scala Logger[IO].error(message) ``` Does it correctly log the message? -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org