Skip to content

Commit e748111

Browse files
authored
Merge pull request #5472 from YUKI-SOS/patch-1
Clarify distinct “Edit and Continue” (/ZI) option and fix its hyperlink
2 parents 45b3c89 + b84d303 commit e748111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ AddressSanitizer is integrated with the Visual Studio IDE. To turn on AddressSan
137137

138138
To build from the IDE, opt out of any [incompatible options](./asan-known-issues.md#incompatible-options). For an existing project compiled by using **`/Od`** (or Debug mode), you may need to turn off these options:
139139

140-
- Turn off [edit and continue](/visualstudio/debugger/how-to-enable-and-disable-edit-and-continue)
140+
- Turn off [`/ZI` (Debug Information Format)](../build/reference/z7-zi-zi-debug-information-format.md)
141141
- Turn off [`/RTC1` (runtime checks)](../build/reference/rtc-run-time-error-checks.md)
142142
- Turn off [`/INCREMENTAL` (incremental linking)](../build/reference/incremental-link-incrementally.md)
143143

0 commit comments

Comments
 (0)