Re: debugger for Oracle PL/SQL

From: wind runner <jarichter2_at_freezone.co.uk>
Date: Wed, 15 Mar 2000 19:18:18 -0000
Message-ID: <38cfe2ac.0_at_news2.cluster1.telinco.net>


Helmut,
Check out SQL*Station Debugger from CA (Formerly Platinum). It's debugger is more user friendly than SQL*Navigator and it also supports in-line debugging from a client app. I.e. a vb app that calls a packaged procedure can automatically drop into the debugger when it calls the procedure...so you can see the live parameters passed and then step through the code and see where it goes wrong...then you can fix the values on the fly and step out of debugging if you want. I found it much more intuitive that the sql*navigator since it works almost identical to the Borland c/c++/vb debuggers. A true programmer type debugger...not these kludges that have seemed prevade the tools up to this point.

[Quoted] Helmut Ritter <de_at_dorner.at> wrote in message news:8ai68o$4hg$1_at_pollux.ip-plus.net...
> I want to debug my stored procedure. Is there any posibility in Oracle ?
In
> Oracle 8i documentation I read about a Internet link to a debugger, but
the
> link is not more actually. Please give me some suggestions about an PL/SQL
> debugger.
>
>
Received on Wed Mar 15 2000 - 20:18:18 CET

Original text of this message