breakpoint
void session.breakpoint ( ) (professional and enterprise editions only)
Description
Pause scrape and display breakpoint window. If the scrape is running in server mode, to avoid the break, logVariables will be called in place of breakpoint.
Parameters
This method does not receive any parameters.
Return Values
Returns void.
Change Log
Version | Description |
---|---|
4.5 | Available for professional and enterprise editions. |
Examples
Open BreakPoint Window
// Causes the breakpoint window to be displayed.
session.breakpoint();
session.breakpoint();
scraper on 07/16/2010 at 4:54 pm
- Printer-friendly version
- Login or register to post comments