We compiled with --compilation_level WHITESPACE_ONLY, and we want to
debug a module that is loaded when a user clicks a button. Apparently,
in Closure the module script is brought in with XMLHttpRequest and
then evaluated with eval(), so we cannot put a break point there: the
browser does not show it in Scripts and does not treat it as
javascript.
Is this a problem that cannot be solved without plovr or any other
external tools? We just want to keep our environment as simple as
possible.