Skip to content

Commit 4cb5247

Browse files
committed
further top level edits
1 parent 9341512 commit 4cb5247

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/cpp/ASAN/asan-top-level.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,11 @@ Open the Configurations dropdown at the top of the IDE and click on Manage Confi
141141
142142
This will open the CMake Project Settings UI, which is saved in a CMakeSettings.json file.
143143
144-
Click the Edit JSON link in the UI.
144+
Click the **Edit JSON** link in the UI. This will switch the view to raw .json.
145145
146-
This will switch the view to raw .json.
147-
Add the following property: “addressSanitizerEnabled”: true
146+
Add the following property: **“addressSanitizerEnabled”: true**
148147
149-
The following image is of CMakeSettings.json **after** the change:
148+
The following image is of CMakeSettings.json after that change:
150149
151150
![cmake-jason](.\media\asan-cmake-jason.PNG)
152151

0 commit comments

Comments
 (0)