You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this issue. We’ll let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated.
When parsing launch options from JSON, the JSON parser's default behavior is – for whatever reason – to parse slightly datetime-ish looking strings as date objects. This PR explicitly forbids this behavior when parsing launch options.
Partially fixes#1491, microsoft/vscode-cpptools#13241 and microsoft/vscode#238514.
Environment
Bug Summary and Steps to Reproduce
Bug Summary: When debugging an application, VS code modifies arguments containing ISO 8601 compliant strings passed to main().
Steps to reproduce:
gcc argprinter.c -o argprinter
launch.json
Debugger Configurations
Debugger Logs
Other Extensions
Issue was reproducible with just WSL and C/C++ extensions installed.
Additional Information
No response
The text was updated successfully, but these errors were encountered: