JavaScript is not indented Firebug -


my javascript indented in eclipse, when debug same javascript code in firebug not. not sure why , makes harder debug. how fix this?

things can think of cause are:

  • a minifier on server side
  • the internet provider minifying response save bandwidth (e.g. umts connections)
  • a bad setting extensions.firebug.replacetabs (like e.g. 0 or 1)
  • a bug in firebug

i'd guess it's 1 of first two.

sebastian


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -