Assigning breakpoints properties in MonoDevelop?

I was looking at a debugging tutorial using MonoDevelop and they showed how you can right-click on a breakpoint and assign properties to it ( Conditional Breakpoint).

Problem is, when I right-click on a breakpoint, the properties windows pops-up but all the options are greyed-out and I can’t change anything!?!

I was wondering if someone could shed some light as to why this is happening, because I would really love to use conditional breakpoints to debug my code…

Thanks in advance!
Stephane

You have to set those options before attaching to Unity editor process. If you want to change settings for conditional breakpoint first go to Run > Detach.