How to expand all the nodes in 'QuickWatch' window?
-
Hi, Is there any way to expand all the nodes in 'QuickWatch' window for a huge structure. I am facing this problem with a link list while debugging in VS2005. Thanks, Kishor
Kishorb wrote:
I am facing this problem with a link list...
I don't think this is possible with such a (dynamic) data structure.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Kishorb wrote:
I am facing this problem with a link list...
I don't think this is possible with such a (dynamic) data structure.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Not that I am aware of.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hi, Is there any way to expand all the nodes in 'QuickWatch' window for a huge structure. I am facing this problem with a link list while debugging in VS2005. Thanks, Kishor
Instead of expanding all the nodes in quickwatch, you could just export the variable to JSON or XML using this Visual Studio Extension: Object Exporter extension[^]