On Monday, March 4, 2013 8:36:43 AM UTC+1, Iko Sagi wrote:
I am not a firebug user, I am mostly interested in Javascript in general and firebug internals.Can anyone please help me understand what is the core of Firebug ability to debug JS code?
I know how to debug JS if you have the access to the underlying JS engine, either it is monkey or v8, but does Firebug access the engine internally (calling back to C++ functions)
Firebug doesn't use C/C++
or it uses pure Javascript for that?
Obviously my first try was to look into the source code, but I am afraid I am unable to understand how it works without spending many hours.
Thank you very much, may the force be with you