Whether it is possible to use a debugger to understand from what place object are call?

For example I can view page as a developer.

But I have to understand the place which page is calling from?

Can I use debugger in this case?

Best Answers

Answers

  • irasoelbaksirasoelbaks Member Posts: 119
    edited 2020-10-28
    In case of C/AL debugging until BC14: start a debugger session. When the debugger is running now press the Break button in the debugger Window. Now perform some action on the page and the debugger should now break on the logic it's is going to perform.

    3fpm7swd773n.png
Sign In or Register to comment.