arosien commented on issue #66: URL: https://github.com/apache/daffodil-vscode/issues/66#issuecomment-1021441014
I found the source of the problem: the debugger code incorrectly assumes locations are within the initial schema file, not the actual file the debugger is processing. See https://github.com/apache/daffodil-vscode/blob/main/server/core/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala#L788. Instead we need to reference the current file via the `SchemaFileLocation.uriString` to compare it against the paths/URIs in the breakpoint list. -- 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]
