Page 1 of 1

Debugging a Package

Posted: Tue 23 Aug 2011 07:27
by DanielLanz
How do I debug within a Package ?
It looks, that only standalone Procedures an functions can be debugged

Can you please help
Daniel

Posted: Tue 23 Aug 2011 08:18
by Alexz
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.