session.breakpoint() (professional and enterprise editions only)
When the session.breakpoint() method is called at any point in a script, the scraping session will pause and screen-scraper will display the following window:
Description
Displays the "Breakpoint" frame. See the "Debugging scripts" on this page for more details.
Example
// Causes the breakpoint window to be displayed. session.breakpoint();