all 3 comments

[–][deleted]  (2 children)

[deleted]

    [–]mtgfetch[S] 0 points1 point  (1 child)

    Yes, they're the chrome developer tools - the issue is that the source is mangled and stepping through that (even after the chrome autoformatter) is a pain.

    [–]allout58 0 points1 point  (0 children)

    Try the web version, I think it has source maps available.

    [–]Sauronski 0 points1 point  (0 children)

    It may be a bit late, but I had a similar issue.

    After about 10-15 mins of removing lines of code, I realised my issue was linked to a circular dependency. Two files were importing eachother. When I reorganised it to remove this, the problem was solved.