Debug traces in Protobuf-net?

流过昼夜 提交于 2019-12-13 19:05:18

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/29674250/debug-traces-in-protobuf-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!