pstack
pstack copied to clipboard
Argument printing for C++ pass by reference
Hi, thanks a lot for the amazing work. This is really useful and help a lot for our projects.
We encounter an issue regarding argument printing.
Can the pstack also print function argument that are passed by reference?
As we only see the memory address for "pass by reference" argument instead of its value.