Hi, if i try to debug the following in oracle sql developer 3.0, it is not stepping in to the function declared inside string.
Is this right way to do, if yes, please help me how to step into function inside string during debug.
v_str := 'declare vid number;'
||'begin
vid := calcvalue ('||a||','||p||',||ps);
end;';