I can't make the debugger work. it happens as soon as I step into the proc. I have added debug option and "update call stack after each step" is unchecked. To test it I created a simple proc like this but no luck:
create or replace procedure pz_test(p_test_in varchar2) is
begin
DBMS_OUTPUT.put_line('Here is the value: '||p_test_in);
end pz_test;
BTW I am using version 8.04.1514.
PLEASE HELP!
create or replace procedure pz_test(p_test_in varchar2) is
begin
DBMS_OUTPUT.put_line('Here is the value: '||p_test_in);
end pz_test;
BTW I am using version 8.04.1514.
PLEASE HELP!