Replying to Justin Swanhart:
(Apologies if this doesn't appear at the right spot in the thread, I
haven't figured this system out.)
Yes, run SELECT my_func(blah) from some_table; and a breakpoint
will be seen if my_func calls another function which calls another
function and that function has a breakpoint. That's not much
different from
what's in the demo which is illustrated on
ocelot.ca/blog. For this
early alpha all we offer as an 'internals manual' is the code
comments,
but there are lots of them.
Peter Gulutzan
On 03/12/2015 06:00 PM, Justin Swanhart
wrote:
Hi,
So I can run a SELECT my_func(blah) from some_table; and a
breakpoint will fire if my_func calls another function which
calls another function and that function has a breakpoint ? I
fail to see how that is possible, but if it is, please provide
a technical description of how it works if it is. I really
think a debugging API is needed for such functionality.
--Justin