Firebug Lite doesn't support debugging (and breakpoints) What you need is Firebug, the Firefox extension https://addons.mozilla.org/en-US/firefox/addon/firebug/
Not sure how you want to debug your desktop app, but Firebug would be useful if you can load your HTML page in Firefox. Honza On Tuesday, June 25, 2013 3:39:10 PM UTC+2, rk wrote: > > hi, > > I work on a desktop based application...its not a browser based.. > so i put this line in my html > <script type="text/javascript" src=" > https://getfirebug.com/firebug-lite-debug.js"></script> > the problem is i am able to see the firebug..*.but i am not able to keep > break points in my js file*... > only thing i can do is I can inspect my html element > how to fix it... > can it achieved using chrome developer tools... > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/01aeab18-f625-4029-a730-ff8a23189b9b%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
