Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

use of the red ball next to the numbers?

Asked by
lytew 99
4 years ago
Edited 4 years ago

next to the numbers in a script you can click and a red ball will appear ... what's the use of it?

2 answers

Log in to vote
0
Answered by 4 years ago

Its purpose is to make a mental note of what line in a script you want to pin-point

0
do you have a example? lytew 99 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

A BREAKPOINT!

for debugging purposes, you can place a breakpoint so that one script execution reaches that line, it pauses and you can check to see what things happened on this line and the previous lines, even being given variables and their values and scopes.

Answer this question