Search code examples
protobuf-net

Debug traces in Protobuf-net?


I'm using Protobuf-net and from time to time have some problems, usually due to misunderstandings on my part. When these things happen, it would be very helpful if could turn on some kind of debug traces, so I can see what exactly is happening with my serialization requests.

Does anyone know about something like this?


Solution

  • No; at least, not without bringing the project into scope (or at least: the pdb) and tracing through it manually in the debugger.