MS Navision - Debugging Tools

Three categories of errors:

  • Syntax errors;
  • Runtime errors;
  • Program logic errors.


Syntax errors - errors when the program encounters an unknown identifier, or where the program expects keywords that are not there.
Syntax errors are detected by the compiler.

Runtime errors are not detected by compiler.
Error occurs when code is executed.

Program logic error does not result in compiler error but does not function as intended due to business logic.

MS Navision has tools to help you track down bugs:

  • Debugger;
  • Code Coverage;
  • Writing code to avoid run-time errors;
  • Client Monitor.




Popularity: 1% [?]

Welcome to Kaizenlog.com If you're new here, 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.