Hello,
I've been developing with python for several years and don't recall having this issue before. When I set breakpoints at the PointsToLine_management function call, the debugger stops. When I click run, it continues all the way through the script without stopping on any other breakpoints.
I am able to step through the arcpy function line by line, but stepping out or over does not return me to my script and hit the next breakpoint.
It seems that the debugger context is not getting set back after returning from the arcpy function call.
I am using Visual Studio Code so that could be the source of the problem. Is anyone also using VS Code to write/debug python?
Thanks!