Is there a method for detecting what hook and JS code execute in the process of loading a page?
I have a peculiar problem in which existing nodes on my D9 site are missing their menu link titles when I go into their edit areas:
I have confirmed my custom JS code is not responsible for removing the menu title and I’m not sure whatelse could be responsible. The menu link title was previously created and is present in the navigation menu but is gone when next I go to edit the previously created nodes.
So I want to step through each code execution process to find what is responsible for removing the link title. Is that possible ?