23 Mayıs 2022 Pazartesi

365 F&O - Conditional breakpoint and using date variables

 Before F&O we had to write a code like this for conditional breakpoint:

if (cnt>4)

    breakpoint;

Since F&O development environment is VS so we have conditional breakpoint:



 

 

 

If our condition variable is a date type variable unfortunately we can't use mkDate. According to Martin Drab, where I asked in a  forum we have to use C# functions, it works perfect: