shanedell commented on issue #974: URL: https://github.com/apache/daffodil-vscode/issues/974#issuecomment-2715435727
@stevedlawrence Do you think it would be better to have this message be an `error` or `warn` in the debugger log or should the debugger passes the message to the extension and then the extension displays the message? Currently when testing it I was making it a warn message inside of the debuggers log. So far it looks something like this: ```bash 2025-03-11 15:07:09,410 [io-compute-1] WARN o.a.d.d.d.Parse - Left over data. Consumed 840 bit(s), Left over data starts at byte 106. ``` The reason for not currently displaying the leftOverBites is because the way I could get it to work, it was returning a different value then daffodil-cli. I also didn't currently display the next byte because it seemed like the way Daffodil did it won't work in my situation because it seems we are using a more generic `InputStream` for the data. -- 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]
