25.07.2008, 10:05 | #1 |
Участник
|
daxcoder: Conditional Breakpoint
Источник: 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
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|