I want to set a break in a function placed in the <body>
section of an website.
I can interrupt that flow control from Chrome’s developer tools or whatever other tool?
<script language="javascript" type="text/javascript">
function () {
Break?
//Code
}
</script>
Thanks!