VFP debugger is very powerful. It allows us to debug our code using breakpoint. There are four types of breakpoint supported: Break at location Break at location if expression is true Break when expression if true Break when expression has changed Read More