Debugging a Package

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
DanielLanz
Posts: 6
Joined: Mon 14 Apr 2008 13:58

Debugging a Package

Post by DanielLanz » Tue 23 Aug 2011 07:27

How do I debug within a Package ?
It looks, that only standalone Procedures an functions can be debugged

Can you please help
Daniel

Alexz
Devart Team
Posts: 165
Joined: Wed 10 Aug 2005 08:30

Post by Alexz » Tue 23 Aug 2011 08:18

You can run the "Step Into" command from the context menu of package's procedure or function nodes in the Database Explorer.
But before this, you have to compile package for debugging. To do this use the "Compile"->"Compile for Debugging" command from the context menu of a package node in the Database Explorer.

Post Reply