Add the ability to copy the stack trace of "Similar Retention"

Hi, 

I was wondering why you don't have the option to copy the stack trace from the "Similar Retention" screen. Our code is obfuscated and I currently have to copy each item of the stack trace manually in order to decode the string. I think it would make sense to add this option (in addition to the "Copy to Clipboard" which only copies a single entry.

while in that area, would it be possible to allow me to copy the grey items (the member name) from the stack trace as well. Similar use case, but this time, when I try to understand the member name, I have to manually copy it ("m_value.#=zois...").

 

Thanks,

Oren

 

0
2 comments

Hello,

You can copy the stack trace for the selected type from the context menu:

The result will be presented as follows:

60264 bytes in 2511 objects of Sudoku.Cell

Main Retention Path:
Roots: Regular local variable
<D> System.Collections.Generic.Stack<Board>._array ->
<D> Sudoku.Board[] at [] ->
<D> Sudoku.Board.Cells ->
<D> Sudoku.Cell[,] at [,] ->
    Sudoku.Cell

 

 

0

Please sign in to leave a comment.