I am working on as asp net mvc 4 project. I have VS2010 with .net framework 4.0 installed.
Currently, I am migrating some of the logic to use web api. I need a way to debug those routes. I found Route Debugger tool:
http://blogs.msdn.com/b/webdev/archive/2013/04/04/debugging-asp-net-web-api-with-route-debugger.aspx
but as far as I understand it works only in .net framework 4.5 ( with async keyword).
What are my options here ? I was not able to find anyting else on the subject.