Announcements
No record found.
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
Can't you simple connect Visual Studio to sandbox and add a break point to see current stack ?
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.
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)
aristonjavier.wordpress.com/.../
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.
learn.microsoft.com/.../trace-trace-tutorial
learn.microsoft.com/.../trace-parser
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 509 Super User 2026 Season 1
Giorgio Bonacorsi 375
Adis 268 Super User 2026 Season 1