What are folks using when they want to debug a script you run in ArcMap? I'm running a script and it is giving me the following error
"Runtime error Traceback (most recent call last): File "<string>", line 57, in <module> File "E:\MDTAPPS\Desktop10.2\arcpy\arcpy\lr.py", line 396, in LocateFeaturesAlongRoutes raise e ExecuteError: ERROR 000709: The type of out_event_properties does not match the type of in_features. "
I have looked syntax for the locate feature along route and not sure about the out_event_properties. my in_features are points and the output_event_properties is a table.