I use VS2012.
I know how to debug the 3rd party code using the .NET Reflector and always used it.
I was wondering whether this is possible with dotPeek from JetBrains or with R# itself without the dotPeek. I am able to navigate to the decompiled 3rd party code, but not step through it.
Any ideas?