Hello!
JavaScript code can contain one or more
Good luck!
JavaScript code can contain one or more
debugger
statements (placed there manually or inserted programmatically). When debugging is enabled, this statement causes V8 to halt script execution. In this state you can attach the Eclipse debugger. If a debugger is already attached, the statement acts as a break point.Good luck!