InterviewSolution
Saved Bookmarks
| 1. |
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 easilyI had been asked this question in a job interview.This interesting question is from JavaScript with FireBug topic in portion Performance Measures in JavaScript of JavaScript |
|
Answer» RIGHT answer is (c) Find Scripts easily & also Pause execution in any line The BEST 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. Thus it helps in debugging javascript much easier. |
|