Workin in TOAD for Oracle 10.6. Need to set a break expression on a variable. Not having any luck getting it to break.
Variable is vID
Value I’m looking for is 12345
What will the Watch properties window look like?
Thanks.
Workin in TOAD for Oracle 10.6. Need to set a break expression on a variable. Not having any luck getting it to break.
Variable is vID
Value I’m looking for is 12345
What will the Watch properties window look like?
Thanks.
Set your watch on vID
Press the “Edit Watch” button on the watches tab
Set the condition in the Watch Properties window
The condition will then be shown on the watches tab
Execute your procedure and the execution will stop when the condition is met.
Greg
Set your watch on vID
Press the “Edit Watch” button on the watches tab
Set the condition in the Watch Properties window
The condition will then be shown on the watches tab
Execute your procedure and the execution will stop when the condition is met.
Greg