Problem Debugging C++ Programs in Visual Studio 2010(Ultimate)

cnn

Right off the assembly line
Hello,

I have Microsoft Visual Studio installed on my system but,while debugging the programs i am getting message as:

'a.exe': Loaded 'C:\Users\User\Documents\Visual Studio 2010\Projects\a\Debug\a.exe', Symbols loaded.
'a.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Symbols loaded (source information stripped).
'a.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Symbols loaded (source information stripped).
'a.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Symbols loaded (source information stripped).
'a.exe': Loaded 'C:\Windows\SysWOW64\msvcp100d.dll', Symbols loaded (source information stripped).
'a.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded (source information stripped).
The program '[5188] a.exe: Native' has exited with code 0 (0x0).

The program works fine if i start it without debugging.

May i know what might be the problem?
 
Top Bottom