Question about Address Sanitizer #7220
Pascal Borschneck (ArfyFR)
started this conversation in
General
Replies: 2 comments 2 replies
|
That appears to be a compiler level tool. I don't know of any current plans to integrate it into VS Code. You could try asking someone on the VS team. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, ASAN seems to be available in MSVC, see
https://devblogs.microsoft.com/cppblog/address-sanitizer-for-msvc-now-generally-available/
Wondering what is/will be the status for vscode-cpptools ?
All reactions