visual studio .net debugging:
I am trying to debug the unmanaged VC++ application and
somehow it does not hit the breakpoint. Breakpoint
appears with "?" and the output window shows
'myapp.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No
symbols loaded.
'myapp.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll',
No symbols loaded.
'myapp.exe': Loaded 'C:\WINDOWS\system32\mfc70d.dll',
Symbols loaded.
'myapp.exe': Loaded 'C:\WINDOWS\system32\msvcr70d.dll',
Symbols loaded......
Debbuger type is set to "AUTO". Also tried with "Native"
with no help. Any help please?????