There are Simple step which you need to follow to trigger the conditional breakpoint.
Step 1- Put the breakpoint on that line which you want to be run when the breakpoint condition falls True (Now the question arises where to put the breakpoint condition)
Step 2- After putting the breakpoint simply right click on the small breakpoint image placed on the left margin of your code.
Step 3- After clicking you will find an some options click on the breakpoint properties.
Step 4- After clicking you will find checkbox i.e Conditions, simply check it
Step 5- There will be text box Enable in which you need to write the condition upon which the line which has breakpoint will have been executed only when the condition falls true
Hope you find my Answer usefull