Is it possible to see strings that use 16 bits chars in Xcode debugger? I use a开发者_如何转开发 custom string class, not NSString. The strings are NULL terminated. The only way I can see the strings
Is there a way how I can access g开发者_如何学Pythondb\'s console in Eclipse? I would like to just be able to set breakpoints with the mouse and then use the console for debugging. You must click here
I have a problem when using step in a function - the debugger jumps in a header file that is not related with the implementation of that function. This is working as expected for other functions.. Did
I am writing a plugin for a application, occasionally a SIGSEGV would be throw out. However, the application catches the signal SIGSEGV. In other word, The plugin is a dynamical library. The error occ
GDB does not see any threads besides the one in which crash occurred; or SIGTRAP kills my program when 开发者_高级运维I set a breakpoint.This frequently happen on Linux, especially on embedded targets
I was trying to use CDT with MinGW under Windows 7. It could run the program without any mistakes; however, when I started debugging, it prompted the following messages. I\'ve no idea where the proble
I have a simple c++ program I am trying to debug, but gdb cannot find the object file for the libraries (or no debug info is available), and it does not seem able to find the debug symbols for my exec
I have a pointer in GDB, how can I find out where it was first allocated on the heap? In WinDBG, this can be done by !heap -p -a <0x12345678> after turning on gflags /i <*exe> +ust
Some things in GDB (actually u开发者_运维技巧sing DDD gui) confuse me, when debugging my own C++ codes:
I am having a slight problem with some structs in a kernel module I\'m building, so I thought it would be nice if there was an easy way to print out structs and their values - and below is a small use