简体   繁体   中英

Visual Studio C++ Debug DLL containing static library

I have an C++ DLL project with some breakpoints within it. These breakpoints hit correctly. This project references other static C library. Yesterday the debugger was able to stop at breakpoints in that lib but surprisngly today it says "no symbols have been loaded for this document" . Anyone had such a problem before?

The static library needs to be built with debug symbols, and also named pdb file. This should sort out your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM