aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/debug.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-04 22:59:39 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-11-05 22:45:48 +0100
commit2ee4ce0639d9c41f3c06eb03b46061d954e8ea28 (patch)
tree98c38e9d66b1069b3ec411e6e4db27a83283e1e9 /runtime/doc/debug.txt
parentf679abef3e518864b262f9e916c14ca6ff6ef4e4 (diff)
downloadrneovim-2ee4ce0639d9c41f3c06eb03b46061d954e8ea28.tar.gz
rneovim-2ee4ce0639d9c41f3c06eb03b46061d954e8ea28.tar.bz2
rneovim-2ee4ce0639d9c41f3c06eb03b46061d954e8ea28.zip
doc: merge sponsor.txt into intro.txt
Also mention how to donate to Nvim. closes #8603
Diffstat (limited to 'runtime/doc/debug.txt')
-rw-r--r--runtime/doc/debug.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt
index 441d31c7b9..835b35b388 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -162,12 +162,8 @@ In WinDbg: choose Open Crash Dump on the File menu. Follow the instructions in
*get-ms-debuggers*
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
-This includes the WinDbg debugger.
-
-Visual C++ 2005 Express Edition can be downloaded for free from:
- http://msdn.microsoft.com/vstudio/express/visualC/default.aspx
+Visual Studio 2017 Community Edition can be downloaded for free from:
+ https://visualstudio.microsoft.com/downloads/
=========================================================================
vim:tw=78:ts=8:noet:ft=help:norl: