break Point (in Debugger)

aman_mbsaman_mbs Member Posts: 158
Dear All,

How do break Point (in Debugger) works In Navision ...
Aman Kumar Gupta

Comments

  • DenSterDenSter Member Posts: 8,307
    You set them with F9, and with the debugger turned on, it will stop at the breakpoint, so you can step through the debugger. This is a handy feature when you don't want to run all the code. Yuo set a breakpoint in the C/AL editor and save the object. Then you turn on the debugger, and turn off 'breakpoints on triggers'. Then start the process you are investigating, and the debugger will open on your breakpoint.
Sign In or Register to comment.