Community
Participate
Working Groups
Build Identifier: 20090920-1017 It is not possible to debug any longer. (although, it worked several days ago) I got error message: No source available for "ntdll!DbgUiConnectToDbg() " I am on short deadline, and I rely need your support/solution as quick as possible. Reproducible: Always
What kind of debugging are you trying to do? Do you have any stack traces? The workspace log?
(In reply to comment #1) > What kind of debugging are you trying to do? > Do you have any stack traces? > The workspace log? I have code writen in C++. And I want to check some variables (and how program behaves in specific situation). I am using MinGW gdb Debuger. But before I get chance to do anything I got this error message: No source available for "ntdll!DbgUiConnectToDbg() " Abd button "View Disassembly...". If I press it I got this: 0x7c90120f <ntdll!DbgUiConnectToDbg+1>: ret 0x7c901210 <ntdll!DbgUiConnectToDbg+2>: mov %edi,%edi Where can I find workspace log? Directory I specified as workspace, is almost empty. There are some files, but nither of them looks like log...
(In reply to comment #2) > Where can I find workspace log? > Directory I specified as workspace, is almost empty. There are some files, but > nither of them looks like log... <path to your workspace>/.metadata/.log Moving to CDT they handle the C++ debugger stuff
(In reply to comment #3) > (In reply to comment #2) > > Where can I find workspace log? > > Directory I specified as workspace, is almost empty. There are some files, but > > nither of them looks like log... > <path to your workspace>/.metadata/.log > Moving to CDT they handle the C++ debugger stuff I do not have ".log" subdirectory. In subdirectory ".metadata" there are only ".mylin" and ".plugins"
Maybe you are seeing bug 309205. Which version of gdb are you using? Try this: In Debug Configurations, Debugger, Shared Libraries, uncheck "Load shared library symbols automatically" or you could try using the newer DSF debugger instead of CDI: In Debug Configurations, Select Other (link at the bottom), choose GDB (DSF) Create Process Launcher