build 2280 - the tester is still sick

 
As with an earlier release, the tester crashes when setting a breakpoint.

Report: 2019.12.15 16: 55: 17.285 2019.01.02 00:00:00 debugger: break point info not found

The tester is extreme slow to start and stop.

In visual mode, graphic representation and data in OnTick () or OnCalculate () do not match. The graphics are always late. Only when you slide the chart in tester with the mouse to the left is it partially updated.

Obviously MQ still does not understand that in visual mode it is not about speed, but accuracy!
Files:
20191215.log  14 kb
 

Problem solved.

The error message just doesn't match the error.

The crash was caused by iCustom () accessing an outdated version of an indicator.

No invalid handle was generated, just crashed. I will of course check the handles.

It is interesting that there was no error with release 2190.

 
The same problem is in version 2470. But the indicator is not outdated. What does this message have to do with iCustom ()?
 

I have a same problem. My build version is 2564.

Whenever I back-test my custom indicator class, will throw this:

debugger: break point info not found

Why does this happen? Is there any solution for this?