I am developing app with owin as my web host.
I have successfully run my webapp by executing ../packages/OwinHost.3.0.1/tools/OwinHost.exe
from my nancy app folder.
The question that I have is how can I perform debugging on my code? Is this possible at all?
My dev environment:
You can configure Xamarin Studio to run the OwinHost.exe directly then your breakpoints will be hit when debugging.
${ProjectDir}
.