Finding the method called from a UI action #1688
Labels
💬 ideas welcome
For feature ideas where more input on design decisions and conrete direction are warranted.
📟 support inquiry
Questions that can be answered without changing code
What would you like to achieve?
When I was trying to fix engageLively/galyleo-dashboard#202, I had to figure out what routine was drawing the Halo in response to a ctrl-click. Eventually I figured it out by putting a
debugger;
statement in theHalo
initializer and tracing the call stack, but there has to be a better way.The text was updated successfully, but these errors were encountered: