Is it possible to debug a website running under xsp on windows? I would like to attach to the process from visual studio if that is possible.

I modified my xsp2.bat file to enable debuging @"C:\PROGRA~1\Mono-2.4\bin\mono.exe" --debug=mdb-optimizations "C:\PROGRA~1\Mono-2.4\lib\mono\2.0\winhack\xsp2.exe" %*

but it doesn't seem to help.

Any ideas?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

no you can't do this, mono-debug is linux only.. (there's even no mdb.exe in the %Program Files/Mono-2.4/bin folder)

link|improve this answer
unfortunately it seems that you are right! thanks. – Derek Ekins May 13 '09 at 20:38
feedback

Looks like this functionality is coming soon from Novell. Mono Tools For Visual Studio.

link|improve this answer
1  
I am looking forward to that! – Derek Ekins May 14 '09 at 21:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.