The Publisher:
Collective Ink Ltd, Laurel House, Station Approach, Alresford, Hampshire, SO24 9JH, United Kingdom
The Licensee:
Herman Semenov <[email protected]> (Foreign Publisher and address)
Street: Terschellingsestraat 64
City: Rotterdam
State/province/area: Zuid-Holland
Zip code: 3083 PH
-
Address Sanitizer is integrated with Visual Studio IDE. To turn on AddressSanitizer for an MSBuild project, right-click on the project in Solution Explorer and choose Properties. In the Property Pages dialog, select
Configuration Properties > C/C++ > General
, then modify theEnable Address Sanitizer
andEnable Fuzzer Support
property. -
Choose OK to save your changes.
-
To build from the IDE, opt out of any incompatible options. For an existing project compiled by using /Od (or Debug mode), you may need to turn off these options:
- Turn off edit and continue (???)
- Turn off /RTC1 (Basic Runtime Checks) (Clear field)
- Turn off /INCREMENTAL (incremental linking) (Set Disable)
-
Add define
_DISABLE_VECTOR_ANNOTATION
all projects -
To build and run the debugger, press F5. An Exception Thrown window appears in Visual Studio: