Discussion :: Javascript - CS
- 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.
None of the mentioned |
Answer : Option C
Explanation :
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.
Be The First To Comment