Icon View Incident Report

Serious Serious
Reported By: Terry Swiers [Millennium Software Inc.]
Reported On: 5/23/2014
For: Version 2.17 Build 1
# 4050 Step Over Functionality Not Working in ElevateDB Manager Script Debugger

Cannot step over lines when debugging a SQL script in EDB Manager. Pressing F8 behaves as if you pressed F9 and continues to the end of the script, skipping any subsequent breakpoints.

Create the script below in EDB Manager, set a breakpoint on the first SET statement and run the script.  Press F8 to step to the next statement and the script will run to completion.

SCRIPT
BEGIN
DECLARE Val Integer;
SET Val = 1;
SET Val = Val + 2;
SET Val = Val + 3;
SET Val = Val + 4;
END



Resolution Resolution
Fixed Problem on 5/25/2014 in version 2.18 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities

Image