pstack icon indicating copy to clipboard operation
pstack copied to clipboard

Argument printing for C++ pass by reference

Open jimmychang851129 opened this issue 1 year ago • 0 comments

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.

jimmychang851129 avatar May 07 '24 03:05 jimmychang851129