Marco van der Linden
Member³
Seems that in Beta 14.2 break points are ignored in the test window.
This is pretty easy to reproduce: create as simple procedure as
create procedure my_proc
is
begin
null;
end;
Add debug information and:
- Start debugger
- press the 'run' button.
The code will complete without stopping at the breakpoint.
In PLD 13 the execution halts at the breakpoint.
Regards,
Marco van der Linden
This is pretty easy to reproduce: create as simple procedure as
create procedure my_proc
is
begin
null;
end;
Add debug information and:
- Start debugger
- press the 'run' button.
The code will complete without stopping at the breakpoint.
In PLD 13 the execution halts at the breakpoint.
Regards,
Marco van der Linden