Source code

Revision control

Copy as Markdown

Other Tools

<<!DOCTYPE html>
<html>
<body>
<div id="Tootles" onclick="debugger;">I'm a DIV!</div>
<script id="Auddie">
/* eslint-disable strict, no-unused-vars, no-debugger */
function auddie() { debugger; }
</script>
</body>
</html>