Debug Tool searching
Searching is now supported in the Console and State tabs of the Debug Tools.
Users can search logs and states using any free text, negation, regex, or exact phrases:
- Free text: Matches any string.
- Negation: Prefix with
-to exclude a match. For example:-error - Regex: Use slashes for regex. For example:
/^foo/ - Exact phrases: Wrap multi-word strings in quotes. For example:
"query failed"
You can combine search terms using spaces (e.g. "query failed" -/error/ success).