when ı compıle and run mey code vısual c++ says no labels were loaded . then when debug my
program wıth break poınts ı cannot do ıt because debuggıng needs labels to be loaded.how can ı solve thıs problem?

Recommended Answers

All 5 Replies

You normally have two builds to choose from, "Debug" and "Release".
Choose the debug build.

You'll still get warnings about no labels, but those should all be in the system DLLs, but you should be able to set breakpoints etc in your own code.

You normally have two builds to choose from, "Debug" and "Release".
Choose the debug build.

You'll still get warnings about no labels, but those should all be in the system DLLs, but you should be able to set breakpoints etc in your own code.

ı selected debug.ı could use breakpoınt but dbuggıng dont work.ı mean they dont break the process

You can use Visul Studio breakpoints only if you launch the application in the debugger or if you choose to attach the running the process with the debugger.
can you let us know exact steps how are you tring to debug the process.

You can use Visul Studio breakpoints only if you launch the application in the debugger or if you choose to attach the running the process with the debugger.
can you let us know exact steps how are you tring to debug the process.

ı selected debug from solutıon confıguratıon box.and then ı made breakpoınts then f5.but ıt dıdnt break the process and saıd that no labels were loaded

>>ı selected debug from solutıon confıguratıon box.and then ı made breakpoınts then f5.but ıt dıdnt break the process and saıd that no labels were loaded

Do you see .pdb files created in debug folder?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.