Hi all,
Two days ago I installed Firebug 1.6 and from this this time I'm
experiencing strange behavior in debugging. Now I tried to localize
the problem:
<script type="text/javascript" src="../MooTools/mootools-
core-1.3.js"></script>
<script type="text/javascript" src="../MooTools/mootools-
more-1.3.js"></script>
<script type="text/javascript" >
function hello() {
alert( "hello" );
}
hello();
</script>
The code above doesn't stops at any breakpoints. If I remove the
mootools-more-1.3.js line, than FireBug works as usual. I'm curious if
anyone experienced this strange behavior. I'm using FireFox 3.6.12 and
FireBug 1.6
- Zsolt