In the case you don't like debugging X++ code in Visual Studio there is a way to prevent code execution in CIL and to use the standard AX debugger instead.
It should be noted that this does not prevent all code execution in CIL. There are still instances (like posting in batch for certain modules) where it will execute on the AOS in CIL.
You can find more details by searching MSDN for this option (Execute business operations in CIL).
It should be noted that this does not prevent all code execution in CIL. There are still instances (like posting in batch for certain modules) where it will execute on the AOS in CIL.
ReplyDeleteYou can find more details by searching MSDN for this option (Execute business operations in CIL).