• How to debug server side code in ARAS?

    I have added the breakpoint if (System.Diagnostics.Debugger.Launch()) System.Diagnostics.Debugger.Break(); It hits on the method breakpoint in Visual Studio, but I can't see the code nor I can step into it either. Also attaching the error occured…