Hello All,
I want to diagnose one of our process in UAT and identify the issue.
Is there anyway I can get all the object call stack for that process. For e.g. on Invoice posting, I want to see what different tables, classes and other objects are being called or used in stack wise manner?
Thank you
Hi JeffGreenrc,
As mentioned above, you can take traces by using Trace parser to consume traces and analyze performance in your deployment. You can also use the tool to visualize execution of X++ methods, as well as the execution call tree.
Hi Jeff, In addition to above responses, here's the link to debug UAT in Devbox. If you just want to know the AOT objects used in a process, As Andre mentioned, it can be done using Trace parser (Collect Trace from UAT and import in SQL server in your Devbox)
Hi JeffGreen,
Like Nuno mentioned, you can use the debugger. You can also consider using the Trace parser to know what is being executed in detail.
Can't you simple connect Visual Studio to sandbox and add a break point to see current stack ?
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156