aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-08 05:44:04 -0400
committerJustin M. Keyes <justinkz@gmail.com>2019-05-08 11:44:04 +0200
commitd36ef9339f398988d4ccefd4780b2f289b0c7f83 (patch)
tree5cbb63ed126fe7161dc50a8171f6418ad6dd8e8e
parentbc395b4fd4bb4973f22c68763bf000ea4cff4ccb (diff)
downloadrneovim-d36ef9339f398988d4ccefd4780b2f289b0c7f83.tar.gz
rneovim-d36ef9339f398988d4ccefd4780b2f289b0c7f83.tar.bz2
rneovim-d36ef9339f398988d4ccefd4780b2f289b0c7f83.zip
vim-patch:8.1.1293: MSVC files are no longer useful #9982
Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes vim/vim#4357) https://github.com/vim/vim/commit/fda9784dc9596e1e36f840bbf1935a4c4b502bd9
-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 835b35b388..1019becf9c 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -76,10 +76,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