Bug? Debugger issue in B4i v5.00

Erel

B4X founder
Staff member
Licensed User
Longtime User
There is a confusing debugger issue in v5.00 related to one of the new optimizations.

If you are calling a resumable sub from a different module then in many cases the optimized code will be used even if it shouldn't. Shouldn't means that there is a breakpoint in the resumable sub or the code was changed since you made a full compilation.

This can cause changes to be ignored. The workaround is to clean the project (ctrl + p) if it happens.

V5.01 with a fix to this issue will be released in the near future.
 
Top