in reply to Where can I get something to browse complex data structures via a GUI?

The alternatives I use:
1. pipe the output through a shell-grep and/or less
2. Use the debugger, and than access only a certain leave of the structure with 'x'.

Jeroen
"We are not alone"(FZ)

  • Comment on Re: Where can I get something to browse complex data structures via a GUI?