Starting-The-Debugger
To enter "debugging mode" in Code Builder:
void myFunc()
Then you would start debugging from the LabTalk Console by typing the following function call and pressing ENTER.
After you called your function, execution will proceed to the first breakpoint. You can also pause execution by pressing ESC or by selecting Debug:Break. After performing either of these actions, the cursor becomes active on the line where program execution paused.