Debug into FCL?

Is there any way for us to debug into FCL (er, of cource if source code in c# or MSIL is there, that would be much better)
I'm asking this because I do think all my code is right (I've used that code for almost 1 year, and only this time it's not working), but it stuns inside FCL, and then tells me "Time Over".



Answer this question

Debug into FCL?

  • Josep Maria Roy

    Not really, you can debug the native code generated by the JIT compiler. Raw stuff though, no annotation whatsoever. A useful tool to try to figure out what the FCL method might be doing is Reflector.


  • Debug into FCL?