Use TIZEN_ENGINEER_MODE macro instead of _SECURE_LOG
[framework/web/webkit-efl.git] / ManualTests / inspector / debugger-pause-during-load.html
1 <script>
2 debugger; // You should see this code and execution line in the Scripts panel.
3 </script>
4 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19053">Bug 19053: Source code not visible when script is paused before onload fires</a>.</p>
5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>