Hi,guys
Is there anyone who debugs codes via pyclewn plugin in vim.
I want to watch array elements via Cdbgvar command from pyclewn.So I type
:Cdbgvar target_t[0]@4, as watch a array in gdb.But I only get
[+] var1: (char [4]) target_t[0]@4 ={=} [4]
in (pyclewn)_dbgvar window instead of array elements.It seems that this could
be unfolded.How could I see the array contents?
Regards
Piao

