Creating watchers

Edited

Looking at a big list of values in the Debugger can be overwhelming. For example, you might only care about an actor’s y position or the value of a variable or two.

That’s why we use a watcher to closely monitor the value of a variable or property on screen. To create a watcher, click on the Eye button in the Debugger. The example below shows a watcher for the Global Variable score. You can create more than one active watcher.

❺ This button changes the watcher's sampling rate — how quickly the debugger checks to see if the value updates.