Thread overview
[Issue 14614] PDB File Not Generated
May 22, 2015
Rainer Schuetze
May 24, 2015
Michael Hewitt
May 29, 2015
Vladimir Panteleev
Jun 06, 2015
Rainer Schuetze
[Issue 14614] PDB File Not Generated when building in VS2015
Jun 16, 2015
Rainer Schuetze
Aug 05, 2015
Rainer Schuetze
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14614

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
> I am probably ahead of the game installing VS 2015, but it is the only free version that will run with Visual D, so I figured it might be a priority for the Visual D team to support this version of Visual Studio.

There is also a community version of VS 2013, that works out of the box.

You are right that it's cv2pdb that needs to be adjusted to VS2015, i.e. mspdb140.dll needs to be supported instead of older versions. It might work to just copy the file to mspdb120.dll, but cv2pdb could also need some other changes for binary compatibility.

--
May 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14614

--- Comment #2 from Michael Hewitt <michael@hewitts.us> ---
VS 2013 Community Edition is working fine for now.  Thank you for the pointer.

--
May 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14614

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drtzack@gmail.com

--- Comment #3 from Vladimir Panteleev <thecybershadow@gmail.com> ---
*** Issue 14628 has been marked as a duplicate of this issue. ***

--
June 06, 2015
https://issues.dlang.org/show_bug.cgi?id=14614

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
The new cv2pdb installed with https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.42-beta1 should support VS2015, too.

--
June 16, 2015
https://issues.dlang.org/show_bug.cgi?id=14614

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|PDB File Not Generated      |PDB File Not Generated when
                   |                            |building in VS2015

--
August 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14614

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Rainer Schuetze <r.sagitario@gmx.de> ---
fix released in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.42

--
June 19, 2018
https://issues.dlang.org/show_bug.cgi?id=14614

Marrow16180@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Marrow16180@gmail.com

--