Plase how to debug on MCUXpresso IDE V10.1.0
I set breakpoint at *1 and I understand p->payload memory address 200009876(It is shown on display).
But I want to data of memory address 200009876 .
Please teach me How to display the data of memory address 200009876.
////////////////////////////////////////////////////////////////////////////////////////
else if(strcmp(p->payload, "LED On") == 0) {
switch(index) {
case 0:
GPIO_ClearPinsOutput(GPIO, 2, 1u << 2); <===========*1