Is there a way to use the Debugging tool like the “Run from here...” command, but through mid point of code? I would like to use the ‘Step over’ function but always have to run my code from beginning.
My current way around it is; to copy my line of code (e.g. say middle part) to the beginning of the bot to then use the debugging tool to see that part run.