I use Castle Windsor in my project. When I try to “step into” a method on a proxied class, Visual Studio steps into some Castle methods (with the “No Source Available” window). I realize this is what actually happens, and I want it to happen this way, but I want to hide this fact during debugging. So when I step into my method, I want Visual Studio to show me the code of my method. Is this possible?
I tried to set it so that symbols for Castle's assemblies aren't loaded, but that just skipped over the method completely.