Software

Variable Watching

Watching variables are usually covered by data breakpoints, see Data Breakpoints. However, on some systems, it is also possible to make a data breakpoint emit the information to the debugger without halting the core, meaning that it is possible to watch variables in applications that, for instance, have some sort of external timing requirement that a data breakpoint would cause to fail.