When a variable satisfies some condition, I want pause or break,it is like a trace function on a variable,are there any way?thanks a lot
If you want to monitor variable or memory, I suggest you using watchpoints.
You can set a watchpoint from the:
• Breakpoints view
• Memory view
• Registers view
• Variables view
For more information, see attached doc. 3.36 Watchpoints.
The video I sent you is made myself for your question. So no additional existing videos.
Have a nice day,
Jun Zhang
thanks for your reply,I will read the file you sent me.
Best regards.