Forum Discussion
Gopikrishnan
6 years agoIdeator I
Hi Priyanka
Check this blog https://community.aras.com/b/english/posts/debugging-in-aras-innovator
You might need to add below key in innovatorseverconfig.xml file
<operating_parameter key="DebugServerMethod" value="true"/>
ServerMethodTempDir Path should be the dll path
<operating_parameter key="ServerMethodTempDir" value="{Installation Path}\Innovator\Server\dll" />
Thank You
Gopikrishnan R
- priyanka_mishra6 years agoIdeator 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.