[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debug Qt figure with callback and functions
From: |
Kai Torben Ohlhus |
Subject: |
Re: Debug Qt figure with callback and functions |
Date: |
Sat, 30 Nov 2019 23:06:21 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 |
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