Skip to content

Update debug.{txt,jax} #1522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/debug.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*debug.txt* For Vim バージョン 9.1. Last change: 2019 May 07
*debug.txt* For Vim バージョン 9.1. Last change: 2024 May 11


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -165,7 +165,7 @@ Pathの設定について |debug-windbg| の説明も参照してください。
3.5 Microsoft デバッグツールの入手方法 ~

Windows 用のデバッグツールは次の場所からダウンロードできます
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools
これには WinDbg デバッガが含まれています。

Visual C++ 2005 Express Edition は次の場所からダウンロードできます。無料です。
Expand Down
4 changes: 2 additions & 2 deletions en/debug.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*debug.txt* For Vim version 9.1. Last change: 2019 May 07
*debug.txt* For Vim version 9.1. Last change: 2024 May 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -160,7 +160,7 @@ In WinDbg: choose Open Crash Dump on the File menu. Follow the instructions in
3.5 Obtaining Microsoft Debugging Tools ~

The Debugging Tools for Windows (including WinDbg) can be downloaded from
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools
This includes the WinDbg debugger.

Visual C++ 2005 Express Edition can be downloaded for free from:
Expand Down