You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/linux-asan-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,6 @@ You can install the ASan debug bits on Linux distros that use apt with the follo
79
79
sudo apt-get install libasan4-dbg
80
80
```
81
81
82
-
Full intructions for installing debug symbol packages on Ubuntu can be found [here](https://wiki.ubuntu.com/Debug%20Symbol%20Packages).
82
+
Full instructions for installing debug symbol packages on Ubuntu can be found at [Debug symbol packages](https://wiki.ubuntu.com/Debug%20Symbol%20Packages).
83
83
84
84
If ASan is enabled, Visual Studio prompts you at the top of the **Debug** pane of the **Output** window to install the ASan debug symbols.
0 commit comments