I'm also experiencing this hang. Makes the system completely unusable
as soon as I install and use Firebug. I created a simple page shown
below which clearly does not have recursion and Firebug hangs for 5 to
20 seconds at a time. How do you debug the debugger? Are there any
logs kept that I can go look at?

Thanks,

###################################################################
<!DOCTYPE html>
<head>
<meta charset="utf-8">
    <title>rest_put</title>
    <style type="text/css">
        #btnResetMission{
            margin-left:2em;  /* Sets horizontal position */
            cursor:pointer;   /* Sets pointer to a hand   */
            background:#eee;
            padding:4px 6px;  /* padding vertical horizontal */
            width:120px;
            text-align:center;
            font-weight:bold;
            border:1px solid #999;}
    </style>
</head>

<div id="body">
<h2>Mission Controls</h2>
<div id="btnResetMission" onclick="btnPushed();">Reset Mission</div>
</div>

<script>
function btnPushed() {
    alert("Button Pushed");
}
</script>
###################################################################

On Aug 6, 11:34 pm, Sebastian Zartner <[email protected]>
wrote:
> > Yeah right, I have the same issue and it has been crashing my system upon
> > each update running the latest version of Firefox.
>
> Crashing or freezing?
> When it's about too much recursion, please follow issue 
> 4938<http://code.google.com/p/fbug/issues/detail?id=4938>.
> As a workaround you can use the Firefox Error Console to detect your
> infinite recursions.
>
> Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to