Oracle 5.0 Reference Manual page 1860

Table of Contents

Advertisement

Connector/Net Visual Studio Integration
and one for nullifying that argument value (a checkbox)). After setting up all the argument values, you
can press OK to start the debug session, or Cancel to cancel the debug session.
Figure 20.20. Setting Arguments (1 of 2)
Figure 20.21. Setting Arguments (2 of 2)
How the Debugger Works
To have visibility into the internal workings of a stored routine, the debugger prepares a special version
of the procedure, function, or trigger being debugged, instrumented with extra code to keep track of the
current line being stepped into and the values of all the local variables. Any other stored procedures,
functions, or triggers called from the routine being debugged are instrumented the same way. The
debug versions of the routines are prepared for you automatically, and when the debug session ends
(by either pressing F5 or Shift+F5), the original versions of the routines are automatically restored.
1840

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents