I am following the instructions here Create an ArcGIS Runtime deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers, using the 2nd option - creating runtime deployment without the manifest.
How can I create the deployment folder such that it supports debugging / no-debugging?
Solved! Go to Solution.
Hi,
What type of debugging would you like to do?
If you are using the LocalServer there are some additional options available - run the LocalServerUtility.exe within arcgisruntime10.2.5\LocalServer32 or arcgisruntime10.2.5\LocalServer64. For more information see Work with local services—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
If you don't find the information you need please describe what you would specifically like to do and the type of documentation/information you need and we'll endeavour to enhance the doc in that direction.
Cheers
Mike
Hi,
What type of debugging would you like to do?
If you are using the LocalServer there are some additional options available - run the LocalServerUtility.exe within arcgisruntime10.2.5\LocalServer32 or arcgisruntime10.2.5\LocalServer64. For more information see Work with local services—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
If you don't find the information you need please describe what you would specifically like to do and the type of documentation/information you need and we'll endeavour to enhance the doc in that direction.
Cheers
Mike
Oh yes, I was looking for the HTTP debugging traffic - the LocalServerUtility works for me. Thanks!