大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
The main purpose of the script panel is to debug JavaScript code. Therefore the script panel integrates a powerful debugging tool based on features like different kinds of breakpoints, step-by-step execution of scripts, a display for the variable stack, watch expressions and more.
江都ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为成都创新互联公司的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:13518219792(备注:SSL证书合作)期待与您的合作!
Contents[hide]
|
This menu is reachable via the little arrow in the panel tab ( ) or by right-clicking on on the panel tab (since Firebug 1.9).
Option | Preference | Description |
---|---|---|
Enabled/Disabled | extensions.firebug.script.enableSites | Enables the Script Panel |
Show chrome sources | extensions.firebug.service.showAllSourceFiles | Toggles the display of program and add-on internal sources. Note that Firebug will still not activate for chrome URLs unless you also set |
Track Throw/Catch | extensions.firebug.service.trackThrowCatch | Toggles tracking of throw/catch blocks |
Show Break Notifications | extensions.firebug.showBreakNotification | Toggles the display of break notifications |
For more info about tweaks available in Firebug please see the full list of preferences.
The Break On Next button ( ) gives you the possiblity to stop the script at the next executed command. This can be a user action, a timeout or anything else that causes script execution. As soon as you click on the button, it is armed. When any script execution occurs now, the debugger will halt the script and you can step through it.
There are several other Break On ... features available at the other panels.
The Script Type Menu filters the Script Location Menu by different types of scripts. Thereby three different kinds of scripts are distinguished:
Type | Description |
---|---|
static | All scripts, that are loaded together with the page (via the |