The project was missing the /Zi parameter. Apparently this still causes the compiler to generate a PDB file that can be successfully loaded, it just doesn’t have any useful symbols in it. No idea why.
Related Posts:
- wntdll.pdb not loaded – Can’t see the exception
- wntdll.pdb not loaded – Can’t see the exception
- What are the differences between Visual Studio Code and Visual Studio?
- What are the differences between Visual Studio Code and Visual Studio?
- How to download Visual Studio Community Edition 2017 (not 2019)
- How to download Visual Studio Community Edition 2015 (not 2017)
- How do you auto format code in Visual Studio?
- How to declare a global variable in C++
- Visual Studio doesn’t see Team Explorer
- Visual Studio error “Object reference not set to an instance of an object” after install of ASP.NET and Web Tools 2015
- How do I install a NuGet package .nupkg file locally?
- Cannot Connect to Server – A network-related or instance-specific error
- ERROR: Cannot open source file ” “
- An error occurred while signing: SignTool.exe not found
- How to fix “Root element is missing.” when doing a Visual Studio (VS) Build?
- Check in / Check out in subversion
- How do I remedy “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?
- C++ cannot open source file
- Why Visual Studio 2015 can’t run exe file (ucrtbased.dll)?
- Cannot open Visual Studio – throw error ‘cannot run when setup is in progress’
- Stuck while installing Visual Studio 2015 (Update for Microsoft Windows (KB2999226))
- Fresh installed Visual Studio 2017 won’t create C++ project with error 0x80041fe2
- What is the purpose of the vshost.exe file?
- This project references NuGet package(s) that are missing on this computer
- Visual Studio – vdproj is incompatible
- Are Visual Studio 2017 Build Tools still available for download?
- What is vshub.exe in the system tray?
- serviceHub.Host.CLR.x86 taking a lot of memory and CPC
- Visual Studio Project vs. Solution
- Preventing console window from closing on Visual Studio C/C++ Console application
- Error ‘LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt’ after installing Visual Studio 2012 Release Preview
- What does Visual Studio mean by normalize inconsistent line endings?
- Visual Studio 2015 Intellisense not working
- Is there a list of Visual Studio environment variables? [duplicate]
- “Are you missing an assembly reference?” compile error – Visual Studio
- Error HRESULT E_FAIL has been returned from a call to a COM component VS2012 when debugging
- The project type is not supported by this installation
- How do I open a Visual Studio project in design view?
- What is a “first chance exception”?
- Visual Studio not displaying compile time errors in editor
- XML schema error – root element of a w3c xml schema
- Web Developer Tools option must be installed
- LINK : fatal error LNK1104: cannot open file ‘D:\…\MyProj.exe’
- Unable to launch the IIS Express Web server
- How can I rename a project folder from within Visual Studio?
- Visual studio Express Edition vs Community
- Visual Studio: Add existing folder(s) to project
- Signing out from TFS and sign in with new credentials
- What is a PDB file?
- What is a stack trace, and how can I use it to debug my application errors?
- Unresolved external symbol in object files
- Unresolved external symbol in object files
- What do I do when my program crashes with exception 0xc0000005 at address 0?
- Is it possible to “decompile” a Windows .exe? Or at least view the Assembly?
- Ran Pycharm debug which ended with exit code -1
- What is w3wp.exe?
- Why the range of int is -32768 to 32767?
- How to track down a “double free or corruption” error
- Error : Could not load file or assembly or one of it’s dependencies
- Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio
- How to track down a “double free or corruption” error
- Chrome: Uncaught SyntaxError: Unexpected end of input
- Awesomium sdk download
- ‘cannot find or open the pdb file’ Visual Studio C++ 2013
- What are the differences between Visual Studio Code and Visual Studio?
- Unity OnTriggerEnter2D not registering
- What’s the difference between Visual Studio Community and other, paid versions?
- What is “stdafx.h” used for in Visual Studio?
- Windows 7 exception code: 0xc0000409
- Configuration System Failed to Initialize
- What does purpose use #ifdef and #if in C++
- How to add a default Default.aspx to a ASP.NET Web Application Project?
- Installation of MySQL for Visual Studio 1.2.8 failed
- Unfortunately MyApp has stopped. How can I solve this?
- Visual Studio /**/ comment shortcut?
- Unfortunately MyApp has stopped. How can I solve this?
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- Command to collapse all sections of code?
- Cannot open include file: ‘stdio.h’ – Visual Studio Community 2017 – C++ Error
- PHP parse/syntax errors; and how to solve them
- Missing vc_runtimeminimum_x86.msi and installation won’t work
- Visual Studio debugger error: Unable to start program Specified file cannot be found
- The #include
exists, but I get an error: identifier “cout” is undefined. Why? - How to remove error about glyphicons-halflings-regular.woff2 not found
- How can I write to the console in PHP?
- “Error while trying to run project: Unable to start program”. Can run program only once. Then VS needs restart
- Remote debugging a Java application
- How can I use adb over WiFi?
- WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for ‘jquery’. Please add a ScriptResourceMapping named jquery(case-sensitive)
- Can’t use System.Windows.Forms
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- Undefined reference to class constructor, including .cpp file fixes
- What installed Windows Kits
- How to use gdb with pipes and stdin
- How do I create a Shared Code project (.shproj)
- Can’t Add View from Controller in VS 2015 : “There was an error running the selected code generator”
- How do I fix the indentation of selected lines in Visual Studio
- Microsoft Visual C++ 9.0 is required
- Is there a built-in function to print all the current properties and values of an object?
- Console.log not working at all