Author Topic: Bugs with use cdb debugger  (Read 3483 times)

MonahClone47

  • Guest
Bugs with use cdb debugger
« on: May 10, 2007, 12:46:43 pm »
Hi All! i'm first time at this forum, thanks all wich work for this IDE and wxWidgets. That a great job!
I need help! very murch need... :) I dont want installing MinGW for Windows and using MSVS v6.0 compiler under Windows 2000 Operational System. Compiling fine! (and exporting project also ! :))  but debugging has bugs.. the problem is next: I'm download Microsoft "Debugging Tools for Windows" from them site and installed  dbg_x86_6.6.07.5.exe - that say more more any words/// )) for example:
"Building to ensure sources are up-to-date
Build succeeded
Selecting target: Win32 Debug
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\build\msw\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\build\msw\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\build\msw\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\build\msw\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\build\msw\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\build\msw\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\STP\
Adding source dir: D:\KrossProject\wxWidgets-2.8.0\STP\
Adding file: D:\KrossProject\wxWidgets-2.8.0\STP\vc_mswd\stp.exe
Starting debugger: done
Setting breakpoints
quit:
Microsoft (R) Windows Debugger  Version 6.7.0005.0
Copyright (c) Microsoft Corporation. All rights reserved.
CommandLine: D:/KrossProject/wxWidgets-2.8.0/STP/vc_mswd/stp.exe
Symbol search path is: D:/KrossProject/wxWidgets-2.8.0/build/msw/;D:/KrossProject/wxWidgets-2.8.0/;D:/KrossProject/wxWidgets-2.8.0/STP/
Executable search path is:
ModLoad: 00400000 00eab000   stp.exe
ModLoad: 77f80000 77ffd000   ntdll.dll
ModLoad: 7c570000 7c623000   D:\WINNT\system32\KERNEL32.dll
ModLoad: 77e10000 77e6f000   D:\WINNT\system32\USER32.dll
ModLoad: 77f40000 77f7b000   D:\WINNT\system32\GDI32.dll
ModLoad: 76b30000 76b6e000   D:\WINNT\system32\comdlg32.dll
ModLoad: 63180000 631e4000   D:\WINNT\system32\SHLWAPI.DLL
ModLoad: 78000000 78046000   D:\WINNT\system32\msvcrt.dll
ModLoad: 7c2d0000 7c332000   D:\WINNT\system32\ADVAPI32.dll
ModLoad: 77d30000 77da1000   D:\WINNT\system32\RPCRT4.DLL
ModLoad: 71780000 7180a000   D:\WINNT\system32\COMCTL32.DLL
ModLoad: 782f0000 78535000   D:\WINNT\system32\SHELL32.DLL
ModLoad: 77570000 775a0000   D:\WINNT\system32\WINMM.dll
ModLoad: 77a50000 77b3f000   D:\WINNT\system32\ole32.dll
ModLoad: 779b0000 77a4b000   D:\WINNT\system32\OLEAUT32.dll
ModLoad: 10480000 104fe000   D:\WINNT\system32\MSVCP60D.dll
ModLoad: 10200000 1026c000   D:\WINNT\system32\MSVCRTD.dll
(548.51c): Break instruction exception - code 80000003 (first chance)
eax=00000000 ebx=00131f04 ecx=00000009 edx=00000000 esi=7ffdf000 edi=00131f68
eip=77f813b1 esp=0012f984 ebp=0012fc98 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:
77f813b1 cc              int     3
*** WARNING: Unable to verify checksum for stp.exe
Breakpoint 1 hit
At D:/KrossProject/wxWidgets-2.8.0/STP/Architecture/stp.cpp:102
"
but general - that dont want debagging by F7!!! and going to nothing!!!! really to nothing... and in function dont want going also!
i am already has visited to WiKi and has made all that is necessary that writed by integrated with VC++ v6 but that all the same does not wish to work!
Please somebody Help!!!!