Y values of function

bkshepard's icon

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.

Luke Hall's icon

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].

bkshepard's icon

Thanks, Luke, I was thinking it would probably be something like that.