MS Navision - Debugger

MS Navision has a built-in debugger.

Debugger enables you to:

  • Set breakpoints;
  • Breakpoint on Triggers (Shift + CTRL + F12);
  • Set/remove breakpoint from triggers from C/AL Editor by pressing F9 or Tools –> Debugger –> Toggle Breakpoints.


Activate Debugger by clicking Tools –> Debugger –> Active or SHIFT+CTRL+F11.

From Edit menu, you can access Breakpoints dialog box (SHIFT+F9).
You can enable/disable.remove breakpoints in the list.
View menu displays debugger windows.
Debug menu contains commands that start and control debugging process.

Go command executes code from the current statement until a breakpoint or the end of code is reached., or until application pauses for user input.

Step Into command executes statements one at a time.
This steps into any function that is called.

Step Over command executes statements one at a time.
It executes without debugger stepping through function instructions.

Show Next command shows next statement in your code.



Popularity: 2% [?]

Welcome back to Kaizenlog.com, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. You can also share this post with your friends by clicking on the 'ShareThis' button above. Thanks for visiting!



Print This Post Print This Post





  • Related Posts



  • Leave a Reply

    Comment moderation is enabled. Your comment may take some time to appear.