Within my parent component, there are numerous nested child components.
Whenever a click occurs on one of the child components, it triggers an update to the route. The parent component watches the route
property and performs certain actions when it changes.
If I am unaware of the component in which the watcher is located, debugging this process can be quite challenging. Is there a method to identify which watchers are being executed?