I followed the blog post of Imran Baloch where he shows how you can debug into ASP.Net MVC VNext.
I used a VM in Azure where Vs 2014 is installed.
I created the global solution folder and placed a global.json file in it where I specified the folder containing the current MVC source cloned from https://github.com/aspnet/Mvc/tree/dev/src. When I try to compile the solution I get a lot of errors because of missing references.
Did anybody try out the method proposed in the blog post? What am I doing wrong?