stricklandrbls commented on issue #995: URL: https://github.com/apache/daffodil-vscode/issues/995#issuecomment-2060167809
@arosien The editor is listening to all debug messages within the debug session: https://github.com/apache/daffodil-vscode/blob/bc86057b2638970bf9b38360fb6d66220ab53038/src/dataEditor/dataEditorClient.ts#L169-L176 Only messages with the `bytePos1b` within the `daffodil.data` event types are being forwarded to the data editor. Both @shanedell and I have seem variable results when debugging the extension and trying to set breakpoints and invoking the _Continue_ option. Depending on where the breakpoint is set I will either get a `daffodil.data` event fired off with a `bytePos1b` value of the byte position from whenever _Continue_ is pressed. Or I will get no `daffodil.data` event fired at all, which is also reflected in the VSCode terminal where the Scala logs are printed. -- 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]
