Y values of function
Is it possible to get the Y values of a breakpoint in [function] while you are moving it? I can get it after it has moved, but I need to track its Y value as it is moving.
The [function] object doesn't output this automatically, you'd need to set up some sort of polling with [metro] maybe in conjunction with [hover].
Thanks, Luke, I was thinking it would probably be something like that.