Open lukesmurray opened 5 years ago
this feature is an essential part of #87
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
will work on this today
in progress on #175
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