Conditional breakpoint in Dart

47 Views Asked by At

I am trying to set a conditional breakpoint when the answer "black" is selected on my Dart project and I cannot figure out how to get it to do this.

I tried "debug when 'answer' = 'black' in the conditional breakpoint options but am not having any luck.

Screenshot 1

Screenshot 2

0

There are 0 best solutions below