Re: PL/SQl: is there any debug tool?
Date: 1996/01/28
Message-ID: <310C324C.23C7_at_netvision.net.il>#1/1
Hi
My company developed a full GUI kernel side debugger for PL/SQL which enables you for look at the PL/SQL code line by line, evaluate/change variables of any PL/SQL code that is stored in the server. It may even show you actual PL/SQL procedures as they are called form a trigger from within your PL/SQL code.
The product is right now in late beta and if any one has any interst in a product like that - just eMail me:
Yori Lavi <ylavi_at_netvision.net.il>
Thomas Dunbar wrote:
>
> sl6gs_at_cc.usu.edu wrote:
> > I compile the PL/Sql function with
> > error, a error message" function created
> > wiht compiling error ' , But it will never
> > tell me which line is wrong , like in Cand Pascal,
>
> end your pl/sql code with:
>
> end;
> /
> show errors;
>
> and it will give error msgs with line nrs (do
> a
> set serveroutput on
> at the sqlplus prompt first, if that's not your default)
>
> --
> Thomas Dunbar 540 231-3938 (fax 3714) http://gserver.grads.vt.edu/
Received on Sun Jan 28 1996 - 00:00:00 CET