diff runtime/doc/debug.txt @ 16580:09f560dde6be v8.1.1293

patch 8.1.1293: MSVC files are no longer useful commit https://github.com/vim/vim/commit/fda9784dc9596e1e36f840bbf1935a4c4b502bd9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 22:25:27 2019 +0200 patch 8.1.1293: MSVC files are no longer useful Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:30:05 +0200
parents 2f7e67dd088c
children 7e733046db1d
line wrap: on
line diff
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -78,10 +78,6 @@ matches the EXE (same date).
 If you built the executable yourself with the Microsoft Visual C++ compiler,
 then the PDB was built with the EXE.
 
-Alternatively, if you have the source files, you can import Make_ivc.mak into
-Visual Studio as a workspace.  Then select a debug configuration, build and
-you can do all kinds of debugging (set breakpoints, watch variables, etc.).
-
 If you have Visual Studio, use that instead of the VC Toolkit and WinDbg.
 
 For other compilers, you should always use the corresponding debugger: TD for