How to monitor a structure pointer in live expression window?
Hi,
i want to monitor the following statement (the value of p_Payload[]) during debugging process in the Live Expression Window of CubeIDE:
if(p_Notification->DataTransfered.p_Payload[0] == 0x02)
I added the following statement to the Live Expression Window
and tried a few other variations, but without succes.
Can somebody help?
