I need to customize the call stack part of Script panel for my work. Is it possible to have a call stack without debugging mode?
And also where can i find the codes related to stack side panel?
What do you want to customize?
Can we help you somehow, e.g. by offering some new APIs?
What do you want to customize?I am trying to track all the UI events and log which functions (and line number of the function in the file) are executed.
Suppose a button's click event is registered to the function click: