User forums > General (but related to Code::Blocks)

Debugging into a struct containing pointers

(1/1)

xisso:
Hi.

I recently started to use codeblocks and while debugging i'm not really sure how to display what is on the adress when into a struct containing a  pointer.

Here is my watch and struct - http://postimg.org/image/62ii13ixr/

oBFusCATed:
Dereferencing pointers in structs is not supported.
You'll have to dereference them yourself.

xisso:
Thanks for the quick answer. Is it a feature ur thining of implementing?

oBFusCATed:
Yes, but it requires full reimplementation of the debugger plugin.
I've started it, but I have other higher priority issues I want to solve first.

ollydbg:
I think the best method to solve this issue is to create a custom gdb pretty printer for this struct.

Navigation

[0] Message Index

Go to full version