https://bugzilla.wikimedia.org/show_bug.cgi?id=35814

--- Comment #1 from Krinkle <[email protected]> 2012-04-08 14:33:19 UTC ---
(In reply to comment #0)
> module causes the following error in Chrome console:
> 
> Uncaught RangeError: Maximum call stack size exceeded
> 
> without providing any info, which module causes it. No code line, no stack
> trace is available.

What do you mean  there is no info? In Chrome exceptions thrown always have the
stack trace under the collapsible triangle and the file/line-number are
available on the right hand side (clicking it will take you to the file and
line position directly). If you go to the Scripts tab you can even pause it
(click || twice to make it purple, which will make it pause on exceptions so
that you can get to the problem line in context while it is executing).

If all you can see is "load.php" and the file is unreadable, make sure you
enable debug mode by either appending "debug=true" in the query parameter of
the URL or by setting $wgResourceLoaderDebug = true;[1] on the server.


-- Krinkle

[1] [[mw:Manual:$wgResourceLoaderDebug]]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to