My JavaScript is perfectly indented in Eclipse, but when I debug the same JavaScript code in Firebug it is not. Not sure why and it makes it much harder to debug. How do I fix this?
问问题
131 次
1 回答
1
我能想到的可能导致这种情况的事情是:
- 服务器端的缩小器
- 互联网提供商缩小响应以节省带宽(例如用于 UMTS 连接)
extensions.firebug.replaceTabs
(例如 0 或 1)的错误设置- Firebug 中的一个错误
我猜这是前两个之一。
塞巴斯蒂安
于 2013-05-15T23:04:20.320 回答