Forum Discussion

priyanka_mishra's avatar
6 years ago

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...