0

Clarify that cdb is required to be installed

TBR=brucedawson@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2735343002
Cr-Commit-Position: refs/heads/master@{#455409}
This commit is contained in:
jochen
2017-03-08 01:04:42 -08:00
committed by Commit bot
parent e14e925e17
commit ae16e9d846

@ -38,7 +38,8 @@ You must have the 14393 SDK installed or else you will hit compile errors such
as undefined or redefined macros.
Install the Windows SDK 10, and choose Debugging Tools For Windows when you
install this in order to get windbg.
install this in order to get windbg and cdb. The latter is required for the
build to succeed as some tests use it for symbolizing crash dumps.
## Install `depot_tools`