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 can step into it either. Also attaching the error occured for reference.

Symbol data not founded for the module.

<operating_parameter key="ServerMethodTempDir" value="[path]" />

what path should I enter here?

2 Replies

    • priyanka_mishra's avatar
      priyanka_mishra
      Ideator I

      Hi Gopikrishnan,

      I have already path value in Xml config file and have checked that dll and pdb are available in the given path but still  I can't see the code to debug in Visual studio 2019.