limeditor / jsdt

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

Does not debug scripts having spaces in their file path #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create workspace on Desktop folder on windows
2. Create a JavaScript project
3. Debug the script using JSDT debug configuration

What is the expected output? What do you see instead?
It will open the HTML page in IE

What version of the product are you using? On what operating system?
jsdt-2.2.0, Windows XP

Please provide any additional information below.
May be the spaces are replaced with "%20" or '+' and the new path is being 
passed to fetch the file stream to Java File IO apis

Original issue reported on code.google.com by lssriniv...@gmail.com on 21 Jul 2010 at 2:51