Call stack or equivalent debug tool

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?
Screenshot 2023-07-21 at 11.03.22 AM

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...
Screenshot 2023-07-21 at 11.53.54 AM

2 Likes

Right! I didn't noticed these grey references in brackets. It looks like it's what I was looking for.
Thanks!

1 Like