2022-12-26 11:20 PM
I use a UDE STK .
How do I check the value of a variable after creating a Braek Point ????
2023-01-03 08:36 AM
Hello,
If your variable is global,
then you need to check its address and dump the memory.
if your variable is local,
then you need to break at good instruction and check the good register.
Best regards.