OneXY / jsdt

Automatically exported from code.google.com/p/jsdt
0 stars 0 forks source link

Syntax error when page loads via debugger : Undefined label 'STRING_BIGLOOP' #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start debugger in eclipse
2.
3.

What is the expected output? What do you see instead?
expected: html/js should load as without debugger

loading stops with error
Uncaught SyntaxError: Undefined label 'STRING_BIGLOOP' viewer.html:416
(note: viewer.html is the url provided to the debugger)

What version of the product are you using? On what operating system?
Eclipse for RCP and RAP Developers
Version: Indigo Service Release 1
Build id: 20110916-0149

JSDT 1.1.102.v201111090634

Windows 7 Professional 64 bit Service Pack 1

Please provide any additional information below.
the tested javascript application contains a lot of dynamically loaded dojo 
modules

Original issue reported on code.google.com by pwrs...@gmail.com on 17 Aug 2012 at 7:32