https://issues.dlang.org/show_bug.cgi?id=13641
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- (In reply to FrankLIKE from comment #0) > But I use the vs's item : 'Symbolic(suitable for VS debug engine)' I suspect you get the issue with both options. > Please look at the detail in dflTEST.buildlog.html. Please attach this file here. Some ideas: - some application might still have a handle to the PDB file (e.g. some debugger, you could check this with Process Explorer -> Find Handle) - the PDB service might fail to start. Do you see a process mspdbsrv.exe in Process Explorer? What version of Visual Studio are you using? --
