Is there a way to "inspect elements" for Emacs?
e.g. In Firefox, I would open the developer tools, select this icon:
Then pick an element on the page to get information on it.
For an Emacs example, I have the following window:
Is there a way for me to "select" the top yellow bar and get more information about what elisp code is rendering it?
Additional Information
After an Emacs update, one of my packages enabled this yellow top bar by default. I did not want it there. I am looking for an easy way to discover what package, elisp code, or general information about the rendering of a specific UI element either under the cursor, x/y coordinate, or mouse click (like in Firefox).
As for "this" top yellow bar, after a bit of guessing and enabling/disabling packages & modes, this was the culprit:
lsp-headerline-breadcrumb-mode