The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Firebug (other inspectors are available) - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: Firebug (other inspectors are available) (/showthread.php?tid=41)



Firebug (other inspectors are available) - astropos - 01-29-2016

What tools do people use for debugging HTML and JS?

I'm a big fan of FireBug (Firefox plugin)

Also HTMLTidy is a vital tool.

Specific to Bootstrap, there's http://www.bootlint.com/
You can set up a bookmarklet so you can check for valid Bootstrap markup with one click. Recommended.


Firebug (other inspectors are available) - mudmin - 01-30-2016

I'm about to do a ton of that for Version 4. I'll let you know what I find. I have some plugins for Atom.io that are ok. I also have a bootlint plugin for Chrome.


Firebug (other inspectors are available) - astropos - 01-30-2016

Strictly notepad++ here Smile

I've been doing a little Instagram clone on 3.0.4 and I've become a bit of a Bootstrap fan.

Thanks UserSpice and @mudmin


Firebug (other inspectors are available) - mudmin - 02-04-2016

I've been playing around with bootlint and it even finds errors on the plain google homepage. I found that ironic.