Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[edt-dev] Please read if you add generated files to org.eclipse.edt.runtime.javascript

In order to support the debugger, please put the development-mode version of the generated .js files into the JS runtime project. This is needed to support the variables view.

I added a parameter you can enable for the generator so that it does not generate "atLine" calls. You'll want to enable this so that users cannot step into the generated files. Why would we want to disable this, you ask? Because we don't currently support displaying source for the system parts (eglars need source attachment). The parameter format is: -noatline true

The two extra functions that support the variables view are eze$$getName() and eze$$getChildVariables().

In the future we will have a separate folder for the dev-mode version of these files, so that this extra information is not added to deployed code.

-Justin

Back to the top