Go to documentation repository
Page History
...
To help with writing correct codes, the text editor automatically highlights objects, methods and properties in different colors.
Info | ||
---|---|---|
| ||
The position of the cursor in each script is stored in the context of one Intellect session (the cursor position is reset at the product restart). For example, if you place the cursor at the end of //Line 2 in Script 1, then switch to Script 2 and perform any action in it, the cursor will be still at the end of //Line 2 when you return to Script 1. |
The debugger window allows viewing the information about all events registered by the system. You may filter the events to be shown in the debugger window. A separate debugger window is created for each Script object, which allows each script to be debugged individually using the filters.
...