Codeblocks und cdb



  • Hallo,

    Ich versuche in Codeblocks mit cdb und Visual C++ zu debuggen. Leider funktioniert es nicht. Hat jemand eine Idee was das Problem sein könnte? Debugging Symbole werden natürlich generiert und das das *.pdb File existiert auch.

    Building to ensure sources are up-to-date
    Build succeeded
    Selecting target: 
    Debug
    Adding source dir: E:\Stefan\Eigene Dateien\code blocks\console app\
    Adding source dir: E:\Stefan\Eigene Dateien\code blocks\console app\
    Adding file: bin\Debug\console app.exe
    Starting debugger: 
    done
    Setting breakpoints
    Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    CommandLine: "bin/Debug/console app.exe"
    Symbol search path is: E:/Stefan/EIGENE~1/CODEBL~1/CONSOL~1/
    Executable search path is: 
    ModLoad: 00400000 00407000   console app.exe
    ModLoad: 7c910000 7c9c9000   ntdll.dll
    ModLoad: 7c800000 7c908000   C:\WINDOWS\system32\kernel32.dll
    ModLoad: 10200000 10323000   C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\MSVCR90D.dll
    (9ac.7c4): Break instruction exception - code 80000003 (first chance)
    eax=00251eb4 ebx=7ffd6000 ecx=00000003 edx=00000008 esi=00251f48 edi=00251eb4
    eip=7c91120e esp=0012fb20 ebp=0012fc94 iopl=0         nv up ei pl nz na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000202
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntdll.dll - 
    ntdll!DbgBreakPoint:
    7c91120e cc              int     3
    *** WARNING: Unable to verify checksum for console app.exe
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_f863c71f\MSVCR90D.dll -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\kernel32.dll -
    Debugger finished with status 0
    

Anmelden zum Antworten