Dear all,
In D365 , I have extended a salesform. Now i want to debug the form right from the beginning. I want to see the flow of the form while in debug mode and step over every line of code.
Is there a way to debug the Microsoft standard code while extending a form.
I have check in Overlaying and it is working. But i am looking for in extension .
Please help
Thanks
*This post is locked for comments
Form extensions doesn't contain any code, code is maintained in a separate event handler class. And debugging works as Martin mentioned.
Debugging works in the same way, just don't forget that you if you want to debug code that isn't in your solution, Load symbols only for items in the solution must be switched off. You can change it in Options, under Dynamics 365 > Debugging.
Kempeth
4
Andy Adamak
4
Community Member
4