apache / daffodil-vscode

Apache Daffodilâ„¢ Extension for Visual Studio Code
https://daffodil.apache.org/
Apache License 2.0
10 stars 20 forks source link

Fix Windows not hitting breakpoints #990

Closed shanedell closed 3 months ago

shanedell commented 3 months ago

Fix Windows not hitting breakpoints.

Closes #968

hdalsania commented 3 months ago

Functionality wise, I tested it on Linux and Windows and execution stopping on defined brakepoints worked on both platforms.

+1

rthomas320 commented 3 months ago

Breakpoints work on Windows 10. Any chance the fix could also work for the info set failing to display after the prompt to open it (which also seems path related)? image

lrbarber commented 3 months ago

It seems more likely that it requires a fix similar to what was needed to fix the infoset diff viewer: image

shanedell commented 3 months ago

@rthomas320 @lrbarber Yeah that is probably what the issue is but that will be in a separate PR. I am starting to work on that now.