Feature Request: Search Variable Names and Values

I’m not sure if it’s possible or if anyone requested it before but I find myself scrolling through too many variables and values in testing. It would be really great if there was a search in the result window. Script Debugger is already invaluable, this would just save adding a lot of logging lines when there’s an issue putting debugging on due to Table Overflows or issues in code not allowing it.

The event log is searchable, I use that when I can’t use debugging mode.

That helps but it doesn’t list variable name unless you know of a trick.

Not really a trick…

log "aVariable "
log aVariable

Searching in Explorers, including the variables display, isn’t offered because of the on-demand nature of accessing information referenced within other applications.

As a workaround, I suggest you use the Expressions view to enter the specific variables you are interested in viewing.