June 14, 201114 yr While debugging adding the conditional breakpoint would help a lot instead of having to add some script step to make the script stop at the desired place. For those who are wondering what is a conditional breakpoint, it allows the program to stop the program to a specific place when a condition is met. Eg : Stop the start the debugger when the value of variable $X has "potatoes" in it.
Create an account or sign in to comment