debugging javascript inside a twig template
I can't set a breakpoint in the IDE (either by clicking or by pressing ctrl-F8). The javascript code is inside a twig template, could that be the reason ?
{% block javascripts %}
<script type="text/javascript">
$.ready(function(){
});
</script>
{% endblock %}
Please sign in to leave a comment.