Debugging

sadanapopurisadanapopuri Member Posts: 11
Hi

Can any one tell me the debugging procedure.what is the use of debugging.

Thanks
SP

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    The use of debugging:
    - find errors. If an error occurs, look why, when and where the error occur. Use menu Tools, Debugger, Active to do this.
    - watch step for step which objects and C/AL-code is executed when you do something.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • tinoruijstinoruijs Member Posts: 1,226
    From Dynamics NAV Help (F1)

    Debugger
    The Debugger is used for locating and fixing bugs in C/AL code.

    You can use this function by clicking Tools, Debugger. The Debugger submenu contains the following menu items:
    * Active
    * Breakpoint on Triggers
    * Code Coverage

    Active and Breakpoint on Triggers are part of the C/AL Debugger. Code Coverage is a supplementary tool for logging code coverage.

    These functions are used by programmers when they customize Microsoft Dynamics NAV.

    For more information about the C/AL Debugger, see the Application Designer's Guide.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • BeckaBecka Member Posts: 178
    yeah.... just thanks to god of programmers, for that we have a debugger..
    :mrgreen:
    MCSD
    Attain Navision
  • tinoruijstinoruijs Member Posts: 1,226
    Becka wrote:
    yeah.... just thanks to god of programmers, for that we have a debugger..
    :mrgreen:

    And don't forget to thank him for Code Coverage and Client Monitor.
    :mrgreen:

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • krikikriki Member, Moderator Posts: 9,110
    and remember also this:
    IF Debugging = removing bugs from program THEN 
      programming := putting bugs in program;
    
    :mrgreen:
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.