Re: tpcolor - aName

2013-04-12 Thread jorge ivan poot diaz
Do you want to see the value of this variable inside the debugger (gdb)? Yes . How I can do this? 2013/4/11 Ariel Constenla-Haile arie...@apache.org Hi Jorge, On Wed, Apr 10, 2013 at 09:12:18PM -0500, jorge ivan poot diaz wrote: Hello, I am modifying this code into the source code AOO

Re: tpcolor - aName

2013-04-12 Thread Ariel Constenla-Haile
Hi Ivan, On Fri, Apr 12, 2013 at 08:32:06PM -0500, jorge ivan poot diaz wrote: Do you want to see the value of this variable inside the debugger (gdb)? Yes . How I can do this? As long as the strings are objects, you need a pretty-printer. You can use dbg_dump(): (gdb) break

Re: tpcolor - aName

2013-04-11 Thread Ariel Constenla-Haile
Hi Jorge, On Wed, Apr 10, 2013 at 09:12:18PM -0500, jorge ivan poot diaz wrote: Hello, I am modifying this code into the source code AOO http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465 I want to know how I can see the value of variables

tpcolor - aName

2013-04-10 Thread jorge ivan poot diaz
Hello, I am modifying this code into the source code AOO http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465 I want to know how I can see the value of variables or just know that you value. For example this code fragment: ConvertColorValues