Disable $OnAdd?

I would like to disable the $OnAdd behavior in a Prototype, in order to debug a problem. Is that possible, as it is with other actions?

I’m running TBX 7.0.3

You can temporarily put quote marks around your $OnAdd action. E.g., change this

$Color="red";

to this

"$Color="red";"

nice! I will try that.

But, for the record, it would be nice to have a little “enabled” checkbox, as with other actions.

For clarity, as at v7.0.3 - ‘No’. That would be a feature request. I commend PW’s suggestion in the interim.