michael-hoke commented on issue #1089: URL: https://github.com/apache/daffodil-vscode/issues/1089#issuecomment-3304842248
I'm not entirely sure what's going on with the interface. I'm guessing that the reason that those functions aren't being hit is because they aren't being enabled in the DAP initialization. Apparently, VSCode's Capabilities type (response.body) is out of sync with the fields the DAP protocol supports (not sure if I fully believe this or not), and it doesn't support the supportsStepIn or supportsStepOut from DAP. We would need a way to either remove unused buttons from the UI or map them all to the same action until we can properly implement the other steps. -- 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