When attempting to debug some listview code, I want to see what the pszText member of the LV_ITEM UDT contains. I already know its address, and that it is a pointer to an ASCIZ string. So in the Variable Watcher I enter @tLVI.pszText, and all I get is the address again. What I would expect is to see the string located at this address. What am I doing wrong?
Using PBWin 9.0.
Using PBWin 9.0.
Comment