mgusmano / sharpkit

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

Debbugging doesn't work when files aren't in the root folder #257

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when my cs and my js files are in the root folder, debugging the c# file works 
fine. But when I put them in the "Scripts" folder (where they belong), Chrome 
reports: can't find "Scripts/Scripts/Site.cs" when debugging.

It looks like the file "Scripts/Site.js"
is mapped to "Scripts/Scripts/Site.cs"
instead of the expected "Scripts/Site.cs".

Original issue reported on code.google.com by DanelK...@gmail.com on 27 Nov 2012 at 6:39