I am trying to debug PDF.js source code, I want to copy matrix / array values (instead of just storing the object reference) in JavaScript. How can I do that in firebug?
I also want to know is there any way to go to any position in a loop by assigning the value to the variable (if yes how do I assign values to the loop variable?)There are two ways to achieve that:
Sebastian