Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361026

Summary: Support dev-mode runtime directory
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Project Inbox <edt.debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.