kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Do not overwrite user projects with debugger virtual projects #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Google Chrome version:
SDK full version:
OS + version:

What steps will reproduce the problem?
1. Start Eclipse with chromedevtools plugins installed.
2. Create a project (e.g. Java project), fill with important content.
3. Create "Standalone V8" or "Chromium JavaScript" debug configuration with
the same name as your project.
4. Start your debug configuration.

What is the expected result?
Your important project stays untouched.

What happens instead?
Debug configuration creates temporary project of its own name and
overwrites your important project.

Original issue reported on code.google.com by peter.ry...@gmail.com on 7 Feb 2010 at 7:54

GoogleCodeExporter commented 8 years ago
Fixed as of r307

Original comment by peter.ry...@gmail.com on 8 Feb 2010 at 2:59