Download information
Transcript
Advanced Software Development Engineering Watchpoints ● ● ● Watchpoints are a particular type of breakpoints A watchpoint stops the code whenever a variable changes, even if the line doesn't reference the variable explicitly by name A watchpoint looks at the memory address of the variable and alerts you when something is written to it 42