Over the time I have seen some people struggling in debugging their AX 2012 system. Common scenario is that they put a breakpoint on a certain method, but it did not hold while executing the logic. This post will aware people of the option to turn off CIL operations for debugging purposes.
In cases where you need to debug X++ code in Interpreted mode, you can turn off the parameter Execute business operations in CIL . You can find this option in the development workspace.
Tools > Options...(read more)
↧