Hello Guggi Oracle Users,
Guggi Oracle version 1.5.0 with a PL/SQL debugger has been released.
This version has been posted on the website
http://www.impact-sol.com.
Thanks
Shakti
================================================================
New/ Changes in Version 1.5.0 - Released Oct 15, 2005
1. Added PL/SQL Debugger. This was a long-pending tool to be added
to Guggi Oracle. This provides a significant enhancement to PL/SQL
abilities along with code compilation, profiler and trace.
Debugger Supports: Step into, Step over, Step out, add breakpoint,
delete breakpoint, get value, set value, variable watch list, stack
trace.
Run till excecption will be added in the next release. Support for
Object Types will also be added in the next release.
How to use the debugger:
a. Launch the debugger from Tools menu option
b. Type in a PL/SQL anonymous block. Anonymous block is
needed for all PL/SQL code - package, procedure, function
c. Click on first button - start debugger
d. Click on continue or step into or step over or step out
e. Enter the watch variables in the lower left grid and
values will be displayed in the grid.
f. Once the debugging is done, the first and last button
will become enabled and other buttons will be disabled.
2. Added latch Monitor - a DBA tool. View latch holders and latch
waiters.
3. Improved the DDL for tables - added indexes and constraint scripts
4. Consolidated free space tablespace and object space into Storage
Manager. View space taken by objects in a given schema. View space
taken by objects in a given tablespace.
5. Added several editing features to the SQL and PL/SQL editor
6. Improved the sizing of the controls on several windows as waits-
latch-lock, upload blob, view image, SQL stats etc.
7. Added User Guide.
8. Much more ...