I am working with a new project which is really complex and is written with MVC 1.0 and heavy jQuery implemenation. Since there is not a lot of documentation it is almost impossible to trace the flow of commands in the entire application. So I am trying to debug it and learn the implementation, but with jquery implementaion, it gets harder to understand the flow of commands and which function is called at what moment.
I was wonderng if there is a method to find out where the cursor is in the code at any given moment in time? Step into amd breakpoints has not been working for me that great. Is there any other tricks I might not be aware of to debug a MCV app?
I really appreciate your help.