On 3/2/17, 5:59 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

>Alex,
>
>What could help you to fix that. Should I try to find in minified JS my
>potential class and show it here?

I don't know how much time you have, but it would be great if you simply
tried to debug into it on your own.  Maybe you will find a set of tools
and techniques that is better than mine.

I think every time, I get an exception in the console, then it is a matter
of figuring out what renamed variables map back to the original variable
names.

For me, I find it difficult to set breakpoints because so many original
lines of code have been packed onto a single line.  I often delete the
source map and hand edit the minified code to break the line of minified
code that is throwing the exception into many lines so I can reliably set
a breakpoint.

Good luck,
-Alex

Reply via email to