| Summary: | Debugging not possible - error message: No source available for "ntdll!DbgUiConnectToDbg() " | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Vladimir <vladimir.cundekovic> |
| Component: | cdt-debug | Assignee: | cdt-debug-inbox <cdt-debug-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | major | ||
| Priority: | P3 | CC: | cdtdoug, malaperle, Michael_Rennie, pawel.1.piech |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Vladimir
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 |