H
Hunter
Hi All,
The question I have is a stupid one, really. I'm used to the old VC6,
now I have to work with VC2005, and I'm unable to a thing as simple as
setting a breakpoint that would actually break the execution.
The project is configured to Debug mode, the breakpoint is in place,
but when I run the program, it just skips to the end, never breaking
on the breakpoint. Same things happens with "run to cursor".
Th emesage produced is:
'dummy.exe': Loaded 'C:\Documents and Settings\igal\My Documents
\Visual Studio 2005\Projects\dummy\debug\dummy.exe', Binary was not
built with debug information.
'dummy.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\sysfer.dll', Binary was not
built with debug information.
'dummy.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols
loaded.
The thread 'Win32 Thread' (0x12d8) has exited with code -1073741510
(0xc000013a).
The program '[5964] dummy.exe: Native' has exited with code
-1073741510 (0xc000013a).
I'm sure it's something really stupid and basic, but still, used to
the VC6, I just can't do it.
Any ideas what did I do wrong?
Kind Regards to all,
Igal.
The question I have is a stupid one, really. I'm used to the old VC6,
now I have to work with VC2005, and I'm unable to a thing as simple as
setting a breakpoint that would actually break the execution.
The project is configured to Debug mode, the breakpoint is in place,
but when I run the program, it just skips to the end, never breaking
on the breakpoint. Same things happens with "run to cursor".
Th emesage produced is:
'dummy.exe': Loaded 'C:\Documents and Settings\igal\My Documents
\Visual Studio 2005\Projects\dummy\debug\dummy.exe', Binary was not
built with debug information.
'dummy.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\sysfer.dll', Binary was not
built with debug information.
'dummy.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols
loaded.
'dummy.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols
loaded.
The thread 'Win32 Thread' (0x12d8) has exited with code -1073741510
(0xc000013a).
The program '[5964] dummy.exe: Native' has exited with code
-1073741510 (0xc000013a).
I'm sure it's something really stupid and basic, but still, used to
the VC6, I just can't do it.
Any ideas what did I do wrong?
Kind Regards to all,
Igal.