简体   繁体   中英

Visual Studio 2012 Debugging multiple Projects

I have multiple Projects in my VS2012 Solution.

One of them (C#) uses assemblies of another Project (C++/CLI).

I can debug the C# project. But I can't set any breakpoints in my C++/CLI project in code that is called in the C# project.

I checked that the debugging information is created.

Any suggestions?

Have you enabled Native Code Debugging?

Try going to Project > Properties > Debug and tick 'Enable Native Code Debugging', and then save.

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