Sometimes when I set a breakpoint and start debugging its color changes from red to olive:

When it happens debugging doesn’t stop at all – breakpoint is ignored.
I want to know why this happens and how to avoid it in the future.
Edit:
It does not happens only when breakpoint is set on commented line of code:

It’s open source. Downloading it and finding the relevant code took me about 5 minutes:
That circle color is “Color.Olive”. If you want to know why
isHealthyis false, use the source. There’s a couple of reasons I could find quickly: the source file has changed or the module isn’t loaded, There may be more.