AX DEBUGGER NOT OPENING : DEBUGGER IS BLANK
Many a times we have faced a problem that, when we try to debug our X++ code, we simply put break points in our code and run the functionality, but it happens that the AX debugger opens but with a blank screen and the break point is not called.
So to overcome this issue,here are the few things that needs to be checked in order to properly run the debugger.
Make sure that enable breakpoint on server configuration as well as client configuration is checked.
On development environment, go to Tools--> Options--> Development. Make sure that the Debug mode is set to "When Breakpoint".
Make sure that the user must belong to the Microsoft Dynamics AX Debugging Users local group on the computer.
If not added, add the user to this group. After being added to the group, you'll need to logout of your windows session and log back in. Once you log back in, open AX, set your breakpoints, run your process and see if things work out for you.
No comments:
Post a Comment