Debug on Server side

假如想象 提交于 2019-12-11 00:42:09

问题


I have a Microsoft dynamics Ax client instance. While posting packing slip on Sales Order I have encountered some errors.

So I started debugging the code but I did not find any solution. I have learned that those methods are being called on server side.

Is there any possibility to debug those methods on Client side?

If not how to find out in general which methods are called during the process. Please provide the answer in general way. These question is not about errors in Sales Order pacing slip.

Apart from Debugging is there any way to find out which methods are called during execution?


回答1:


See How to enable debugging on Server and Debug X++ code in a Batch Server in AX 2009.

Besides debugging there is tracing.



来源:https://stackoverflow.com/questions/9888533/debug-on-server-side

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!