在服务器端调试

问题描述:

我有一个Microsoft Dynamics Ax客户端实例.在销售订单上过帐装箱单时,我遇到了一些错误.

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?

请参见在AX 2009中的批处理服务器中调试X ++代码.

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

除了调试外,还有 查看更多