mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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)
fda9784dc9
This commit is contained in:
parent
bc395b4fd4
commit
d36ef9339f
@ -76,10 +76,6 @@ matches the EXE (same date).
|
|||||||
If you built the executable yourself with the Microsoft Visual C++ compiler,
|
If you built the executable yourself with the Microsoft Visual C++ compiler,
|
||||||
then the PDB was built with the EXE.
|
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.
|
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
|
For other compilers, you should always use the corresponding debugger: TD for
|
||||||
|
Loading…
Reference in New Issue
Block a user