Watches¶
Watches allow you to specifically define the data you are interested in seeing at the time your tracepoints trigger a snapshot.
This allows you to only see the things you care about and provides a way of filtering out all the information you dont need in order to help you find your problem quicker.
Watches is a feature exclusive to the professional plan and above.
Adding a watch¶
- Apply a tracepoint to the line of code
- In the right hand panel labelled tracepoints, click on the 3 dot menu and select edit
- Insert a variable name into the watch input field
- Save your tracepoint configuration
Want a quicker way to set watches on tracepoints?
- Right click to apply a tracepoint on a line of code
- In the popup, click the "More" button to see all options
- Insert a variable name into the watch input field
- Save the tracepoint configuration