JeremyYao commented on PR #1361:
URL: https://github.com/apache/daffodil-vscode/pull/1361#issuecomment-3220312675
I'm still running into previously set breakpoints not being hit when
executing from a TDML test case on Windows 10.
My config:
```JSON
{
"version": "0.2.0",
"configurations": [
{
"type": "dfdl",
"request": "launch",
"name": "Ask for file name",
"schema": {
"path": "${command:AskForSchemaName}",
"rootName": null,
"rootNamespace": null
},
"data": "${command:AskForDataName}",
"stopOnEntry": true,
"infosetFormat": "xml",
"infosetOutput": {
"type": "file",
"path": "${workspaceFolder}/target/infoset.xml"
},
"tdmlConfig": {
"action": "generate"
},
"debugServer": 4711,
"openDataEditor": true,
"openInfosetView": true,
"openInfosetDiffView": true,
"daffodilDebugClasspath": [],
"variables": {},
"tunables": {},
"dataEditor": {
"port": 9000,
"logging": {
"file":
"${workspaceFolder}/dataEditor-${omegaEditPort}.log",
"level": "info"
}
},
"dfdlDebugger": {
"logging": {
"level": "INFO",
"file": "${workspaceFolder}/daffodil-debugger.log"
}
}
}
]
}
```
The same thing still happens if I set
```
"openDataEditor": false,
"openInfosetView": false,
"openInfosetDiffView": false,
```
--
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]