Stepping inside Oracle
Status: Pre-Alpha
Brought to you by:
debedb
This is very probably a problem with Oracle's
VM, but needs to be resolved.
Breaking at a line such as
ret := ret + func2(i);
A step INTO request gets it all confused (well,
this is maybe our fault), and a step OVER
request actually steps into func2 (which is
actually nice for a proof-of-concept :).