Don't Know What Yellow Icon Is

When I put a break point on a node that’s a part of a macro, I get this icon.

191138-debug_small.png

191139-debug_large.png

Does anyone know why the debug icon is this yellow exclamation point? I also believe that when it’s this icon, the break point is never hit. It’s hard to know for sure though because my program is pretty broken right now.

I believe it’s to do with only firing on instances rather than across the board, somebody else should be able to provide you an actual engineers explanation but basically if you turn on debug filtering for the object that has it in then it will fire on that instance otherwise it will skip over it.

See link below.
link text