Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.7.0 Beta
-
None
-
Windows 10, Visual Studio Professional 2015 Update 1
Description
I'm sorry, but I have to reopen this. I am using qt-opensource-windows-x86-msvc2015_64-5.7.0-beta.exe, and it still wants the nonexisting "QtWebEngineCored.dll.pdb".
And the Qt5WebEngineCored.pdb from the bin folder does not match.
I originally wrote:
Using qt-opensource-windows-x86-msvc2015_64-5.7.0-beta_422.exe, it is not possible to step into QWebEngine calls:
- the Release build is not built with debugging info
- with the Debug build, when attempting to load symbols for Qt5WebEngineCored.dll, Visual Studio wants QtWebEngineCored.dll.pdb, which does not exist. Trying to load Qt5WebEngineCored.pdb from the bin folder results in the error "A matching symbol file was not found in this folder".
Attachments
Issue Links
- duplicates
-
QTBUG-52283 [MSVS 2013/2015]: When trying to debug into the qtwebenginecore library it will just skip over it
- Closed