summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-07 22:25:27 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-07 22:25:27 +0200
commitfda9784dc9596e1e36f840bbf1935a4c4b502bd9 (patch)
tree5eb277ffffb761c3575b4c239f2d2df721c00cda /runtime
parentba9ea91beb8f687b0f61b28319c1dbdced2f46ca (diff)
downloadvim-git-fda9784dc9596e1e36f840bbf1935a4c4b502bd9.tar.gz
patch 8.1.1293: MSVC files are no longer usefulv8.1.1293
Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/debug.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt
index b03bf1517..37a5772f4 100644
--- 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