I am trying to step through a decompiled DLL using .net reflector, However I keep getting an error where my parameters keep getting optimized away once they reach the third party DLL making debugging and stepping throught the code difficult .
Does anyone know how to un-optimise the DLLS...