web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

AX Debugger opens, but is blank

Muhammad Yasir Profile Picture Muhammad Yasir 1,023

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.

Happy DAXing :)

This was originally posted here.

Comments

*This post is locked for comments