Hi,

I am debugging a code. In this task, I would like to copy the values of a large vector to a spreadsheet, to be able to analyze it, in different steps of the program. So I put a breakpoint, clicked "Add watch" to the vector, and looked it in the "Watch" window. The problem is that I have to expand several "trees" (*), which takes my a long time. So I would like to know if there is a tool that allows you to copy directly the entire vector, or if you recommend me another solution.

(*) By "trees", I mean those "+" signs that you have to click (or press the right arrow "->"), to open, and to be able to see the content of the vector.

Regards,
Cristian