eecs280staff / tutorials

Tools and tutorials
https://eecs280staff.github.io/tutorials/
Other
5 stars 4 forks source link

Windows VSCode sanitizers instructions refer to CodeLLDB, which is specific to macOS #135

Closed broad-well closed 10 months ago

broad-well commented 10 months ago

What The Sanitizers section of the VSCode setup tutorial refers to a CodeLLDB extension setting for all operating systems, but according to the Extensions section of the same tutorial, CodeLLDB is only to be installed for macOS.

Where Hyperlinked above.

Current language

Open Settings on VSCode (macOS: Code > Settings > Settings, Windows: File > Preferences > Settings). Search for “lldb: show disassembly” (without the quotes) and set the option to never. (See ASAN error shows assembly code for an explanation.)

Proposed Make the CodeLLDB setting change explicitly specific to macOS only.

amirkamil commented 10 months ago

Confirmed that this is not relevant to Windows.