简体   繁体   中英

Visual Studio 2015 c++ breakpoint will not be hit

Hi I have a c++ app in visual studio 2015. My .exe's pdb wont work and it cant hit breakpoints. when I open the modules window, the status says Symbol format not supported. my debug file flag is /ZI in the projects settings. I've tried deleting the object and bin folders. When I create a new project, it hits the breakpoint. Any ideas?

I had use managed compatibility mode and use native compatibility mode both checked. Unchecking use native compatibility mode fixed it.

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