Follow this StackOverflow answer:
https://stackoverflow.com/a/39349008/9191495
Summary
Override method Init of global.asax.cs
Add a handler for AcquireRequestState event.
Write a handler for AcquireRequestState event to get the route data of the request from route table.
Set a breakpoint to peak into the route data when debugging.