6.3 Run to cursor

This is an interesting option when you debug a program. If you want to stop on a certain line only once (not every time), you can place the cursor on the line, then use “Run to cursor” from the “Debug” menu. This runs the code (from a break point) until it reaches this line without setting up a break point.