When the source code window is on focus in the debugger, you can use the following hot keys:
Use Ctrl+F to find a string in the source code.
Use Ctrl+G to go to a line number.
Use Ctrl+M to find the parenthesis or brace that matches the highlighted one.
You can also open a script file, set a break point, step through the script code, and watch variable and method values at each step.
You can debug Collectors in Standalone or Connected modes.
For trademark and copyright information, see Legal Notices.