How to debug a particular tick in a chart?

 

I know I can go into debug mode and then set up break points in the code, however I was curious if I can set a break point at a certain time in the chart (for example 6 Apr 11:50). Is it possible?

 

yes.
     How To Ask Questions The Smart Way. 2004
          Only ask questions with yes/no answers if you want "yes" or "no" as the answer.

if(TimeCurrent() >= D'2020.04.06 11:50'){
   Print("now"); ««««««««««««««««««««««««««« Set a break point here
}
Reason: