> Is it possible to attach the Visual Studio .NET debugger to a sscli > executable and use it to step into the rotor source code when debugging? Yes, you may attach VS.NET debugger to a sscli process. Alternatively you could use windbg or any other unmanaged code debugger.
> Besides that, how do I build the sscli source code to be able to step into > the that source code when debugging with cordbg? You can't debug sscli code with cordbg since it is for managed code only. . Best regards, Evgeny, Janus team