Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361026 - Support dev-mode runtime directory
Summary: Support dev-mode runtime directory
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 15:33 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2011-10-14 15:33:16 EDT
Right now the debug code is put right inside the JS runtime files that get generated. We should instead have two directories: runtime, and runtime-dev. The  DebugFileLocator would first look in runtime-dev for a resource, and fall back on runtime.

This way deployed code won't contain any debug code.