Источник:
http://daxcoder.blogspot.com/2008/07...reakpoint.html
==============
Recently while working for one of my projects I was looking for conditional breakpoints in X++.Then I came across
BREAKPOINT statement.
This statement triggers the debugger.You could make this conditional by using if statement.
If(counter > 4)
breakpoint;
Источник:
http://daxcoder.blogspot.com/2008/07...reakpoint.html