fjgandrade / 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 #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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 h.wei...@visual-generation.de on 26 Nov 2012 at 10:27

GoogleCodeExporter commented 9 years ago
I've changed some things. If this still occurs, please submit a sample-project.

Original comment by sebastia...@gmail.com on 27 Jan 2013 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@gmail.com on 27 Jan 2013 at 9:41