Visual Studio how to serialize object from debugger

后端 未结 10 1202
轻奢々
轻奢々 2020-12-22 16:39

I\'m trying to investigate a bug in a crash dump (so I can not change the code). I have a really complicated object (thousands of lines in the serialized representation) and

10条回答
  •  Happy的楠姐
    2020-12-22 17:20

    Here is a Visual Studio extension which will let you do exactly that:

    https://visualstudiogallery.msdn.microsoft.com/c6a21c68-f815-4895-999f-cd0885d8774f

    You can output to JSON, XML or C#

提交回复
热议问题