zero-plusplus / vscode-autohotkey-debug

https://marketplace.visualstudio.com/items?itemName=zero-plusplus.vscode-autohotkey-debug
MIT License
50 stars 4 forks source link

Show the `name` attribute on debug configuration errors #306

Open zero-plusplus opened 7 months ago

zero-plusplus commented 7 months ago

RELATED: #305

It is not clear which debugging configuration is being used when the runtime error occurs in the above link, and it is not possible to distinguish whether the runtime is specified the wrong way or whether the debugging configuration is specified incorrectly.

Therefore, the name attribute should be displayed so that it is possible to determine which debug configuration caused the error or not.