You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we make some progress for this feature (#87)? As we have seen from our deployment, we need more affordance for debugging and line-by-line debugging seems like a good way to pursue
We currently use @Property and @var.setter to set and get things on the engine/models.
We want to wrap these so that the @Property logs the current value and @var.setter logs var's previous value and var's new value
The text was updated successfully, but these errors were encountered: