Excellent video, Peter! Your explanations and demonstrations were incredibly helpful!
@pktechie6513 жыл бұрын
Very useful 👌 thank you.
@richardwilde1348 Жыл бұрын
The question I have is how to skip to a certain point in the script. It takes forever to get to it because of some loops and stuff that I'm not interested in. Seems there's no way to do this, besides rearranging or commenting out the script that's a problem.
@WebsyAcademy Жыл бұрын
You can add a breakpoint to the specific line that you're interested in and then click on the "Play" button. That will make the script continue to run until it reaches that particular line.