
Hello,
I am debugging my code and the debugger is behaving abnormal. When i try to step into a function it doesn't go in but in some functions it goes. I manually went into the functions where debugger doesn't step into and put break point there but its not working too.
Help will be highly appreciated.
*This post is locked for comments
I have the same question (0)I have got the solution. The code where the debugger was not stepping into was Server side code what I did was following :
1) Open Dynamics AX Server Configuration
2) In AOS Server Tab , check the option Enable BreakPoints to debug X++ code..