chromium/third_party/blink/web_tests/inspector-protocol/debugger/resources/debugger-basic-page.html

<!DOCTYPE html>
<html>
<head>
    <script>
        function test() {
            return null;
        }
        var num = 5;
        var obj = {a: 3};
        var bool = true;
    </script>
</head>
</html>