On 11/26/19 1:33 AM, Doering, Hendrik wrote:
> Hello,
> i would like to us the debug option of octave for bug fixing.
> Unfortunately these bugs only appears after several changes with the
> sliders/inputs of the figure and at this time breakpoints aren't valid
> any more.
> They are working fine, for the first plot and the first refresh of the
> ploted values, but after that octave is completely ignoring them.
> Thanks for helping me out. 😊
>
> Best regards
> Hendrik
>
Dear Hendrik,
If you want to break inside m-code, you can try to insert the
keyboard()-function [1] instead of setting a breakpoint.
HTH,
Kai
[1]
https://octave.org/doc/v5.1.0/XREFkeyboard.html