windbg64.bat 555 B

123456789101112131415161718
  1. @echo off
  2. REM Copyright 2021 The Chromium Authors. All rights reserved.
  3. REM Use of this source code is governed by a BSD-style license that can be
  4. REM found in the LICENSE file.
  5. REM Helper batch file to launch windbg, either from a local install or from the
  6. REM packaged Chromium toolchain.
  7. REM There are windbg32.bat and windbg64.bat flavors of this batch file - keep
  8. REM them synchronized when making changes.
  9. @setlocal
  10. REM Print helpful messages and set win_sdk_dir
  11. call %~dp0windbg_common.bat
  12. @echo on
  13. "%win_sdk_dir%\Debuggers\x64\windbg.exe" %*