Can't set Breakpoints

You cannot set breakpoints in the test window because
it's a simply a code block (DECLARE ... BEGIN ... END; ) not defined in data dictionary ( anonymous block );
but you can :
a) step into the code window ( step by step )
b) set breakpoints in the units you call

Carl
 
Back
Top