Hello everyone,
Is there a way to get a detailed call stack to find out what is calling what during the execution?
Or a way to find what are the components, scripts and queries that are calling a specific script or query?
Hello everyone,
Is there a way to get a detailed call stack to find out what is calling what during the execution?
Or a way to find what are the components, scripts and queries that are calling a specific script or query?
Have you used the debug panel located at the bottom right of the IDE?
Yes. It doesn't display the call stack. It displays the calls of the queries and scripts, but there is no information about what is calling these queries and scripts.
It does record event handlers but yes, if the query itself is running for a component to be populated, it doesn't have that...
Right! I didn't noticed these grey references in brackets. It looks like it's what I was looking for.
Thanks!