-
Hi there! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Personally I find it the easiest way by using the (Visual Studio) debugger. Set a breakpoint in your code, examine the stack-trace and then you can set breakpoints in the framework code too. |
Beta Was this translation helpful? Give feedback.
Personally I find it the easiest way by using the (Visual Studio) debugger. Set a breakpoint in your code, examine the stack-trace and then you can set breakpoints in the framework code too.
That way I learned how the pieces play together and got a rough understanding on how the things work. Based on that you can dig into the code deeper (and deeper, ...).