Knowledge Base Article

Watchpoints Do Not Work on Certain Variables

Description

Watchpoints do not work on a variable whose size is not 32 bits.

Resolution

Change the types of global and static local variables to int, long, or unsigned long before setting watchpoints on them.

Updated 3 months ago
Version 2.0
No CommentsBe the first to comment