michael-hoke opened a new issue, #1423: URL: https://github.com/apache/daffodil-vscode/issues/1423
## Description We're currently evaluating debug.activeDebugSession as a boolean in a few places. We should investigate replacing it with the isDFDLDebugSessionActive() function call. We currently aren't testing for the debug session type, so a non-dfdl debugging session could be opened and our logic would come back as true. ## Steps to Reproduce Difficult to reproduce - would need to debug using another extension ## Expected Behavior I'd expect the extension to recognize that even though we're in a debugging session, it's not a dfdl session. ## Actual Behavior I'd expect the extension to treat all debug sessions like a dfdl session. ## Additional Notes and Screenshots (optional) ## Environment N/A -- 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]
