Hello, is it possible to implement handling of debugger statement? ```javascript function XXX() { debugger; } ```