M MathiasM Active Member Licensed User Mar 21, 2021 #1 Hello I have a function that is called by a resumable sub, is it normal that breakpoints don't work in this occassion? Thanks!
Hello I have a function that is called by a resumable sub, is it normal that breakpoints don't work in this occassion? Thanks!
LucaMs Expert Licensed User Longtime User Mar 21, 2021 #2 MathiasM said: Hello I have a function that is called by a resumable sub, is it normal that breakpoints don't work in this occassion? Thanks! Click to expand... It depends on where you put the breakpoint. Put it on the first line after the routine declaration and it will stop. Upvote 0
MathiasM said: Hello I have a function that is called by a resumable sub, is it normal that breakpoints don't work in this occassion? Thanks! Click to expand... It depends on where you put the breakpoint. Put it on the first line after the routine declaration and it will stop.
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2021 #3 There is a bug related to resumable subs that in some cases breakpoints are skipped. If you find a simple reproducable case then please post it. Upvote 0
There is a bug related to resumable subs that in some cases breakpoints are skipped. If you find a simple reproducable case then please post it.
M MathiasM Active Member Licensed User Mar 21, 2021 #4 Thanks for the feedback, I send my little project via a private message. Upvote 0