blob: 58f7f1f04e30081577283999b9eb8e88ec19adf7 [file] [log] [blame]
@echo off
REM Copyright 2021 The Chromium Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM Helper batch file to launch windbg, either from a local install or from the
REM packaged Chromium toolchain.
REM There are windbg32.bat and windbg64.bat flavors of this batch file - keep
REM them synchronized when making changes.
@setlocal
REM Print helpful messages and set win_sdk_dir
call %~dp0windbg_common.bat
@echo on
"%win_sdk_dir%\Debuggers\x86\windbg.exe" %*