Re: Protocol Buffers and pretty print

2009-08-22 Thread Saptarshi
Hmm, I fount the text output here: http://code.google.com/apis/protocolbuffers/docs/reference/cpp/google.protobuf.text_format.html Thank you Saptarshi On Aug 22, 12:06 am, Saptarshi saptarshi.g...@gmail.com wrote: Hello, I'm new to using Protocol Buffers and am debugging my program. Is

Re: Protocol Buffers and pretty print

2009-08-22 Thread Kenton Varda
message-DebugString() is a shortcut that returns a string representation of the message. On Fri, Aug 21, 2009 at 9:06 PM, Saptarshi saptarshi.g...@gmail.com wrote: Hello, I'm new to using Protocol Buffers and am debugging my program. Is there a way to pretty print a Message? (I'm new to C++