Link to home
Start Free TrialLog in
Avatar of nrusinh
nrusinh

asked on

Creating debug application using VC++

I have created console application using debug mode. when I try to debug it, it says no debug information available

What could be the problem ?
Avatar of havman56
havman56

check ur .pdb  may be corrupted. it is my guess

create new workspace and debug
Check:
Project Settings -> C/C++ -> General -> Program Database
Project Settings -> Link -> Debug -> Debug Info
ASKER CERTIFIED SOLUTION
Avatar of waelothman
waelothman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Select Build->Set Active Project Configuration.
Make sure, that one that you are currently using is 'Your Project Name - Win32 Debug'