3,977 questions
How to set COE (Continue On Error) for AddressSanitizer with VS2022 IDE?
Ailsa
25
Reputation points
https://learn.microsoft.com/en-us/cpp/sanitizers/asan-continue-on-error?view=msvc-170
This link introduces how to use Address Sanitizer Continue On Error to find memory safety issues. But it just introduce the method for the mode of "Developer Command Prompt for VS 2022". If we need to use VS2022 IDE to build target application, how to set the COE for AddressSanitizer?
Developer technologies | C++
Sign in to answer