Right now encapsulating logic in bp functions is slightly detrimental because you lose the ability to watch them live and see values change. You can still see the exec pulses go through but for whatever reason the values are out of scope. This makes debugging bp functions slightly laborious.
i also want to watch variables in functions… pls