Which of the following action is possible in Firebug when used as a JavaScript Debugger and Profiler?

A Pause execution in any line
B Find Scripts easily
C Find Scripts easily & also Pause execution in any line
D Find text easily

Correct Answer: Find Scripts easily & also Pause execution in any line

When Firebug is used as a JavaScript Debugger and Profiler, it can be used to find scripts easily and also pause the execution in any desired line. Thus it helps in debugging javascript much easier.

Related Questions

What is the purpose of a JavaScript debugger?
Firebug can be used to inspect
Firebug is an extension of which browser?
Why do Web Developers use Firebug?
What are the goals for using Firebug?

Next steps