Whenever I start debugging a PL/SQL block with syntactical errors, the Test Window hangs for about 7-10 seconds, before returning the error.
Example:
Once I hit F9 to start debugging, PSD hangs for several seconds, then shows the error pop-up.
If the code has no syntactical errors, the debugging starts right away.
Info:
PSD v12.0.7.1837 (64-bit) on Windows 10 Pro, connected to Oracle 12c Enterprise Edition Release 12.2.0.1.0 - 64bit, on Linux
Example:
Code:
begin
for i in 1 ... 10
loop
null;
end loop;
end;
Once I hit F9 to start debugging, PSD hangs for several seconds, then shows the error pop-up.
If the code has no syntactical errors, the debugging starts right away.
Info:
PSD v12.0.7.1837 (64-bit) on Windows 10 Pro, connected to Oracle 12c Enterprise Edition Release 12.2.0.1.0 - 64bit, on Linux