- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I develop Python scripts using Fusion360's API, and I use VSCode for the debuging.
After "June 2020 Product Update", I noticed that debugging was possible only for 30 seconds, because a socket times out.
30 seconds later, the following exception occurs after starting debug:
It occurs by all cases unless I disconnect a debug session during 30 seconds.
I think this trouble is like to following:
Disable timeout while debugging in VS Code - Autodesk Community - Fusion 360
https://forums.autodesk.com/t5/fusion-360-api-and-scripts/disable-timeout-while-debugging-in-vs-code...
I done so many times reboot of Fusion360 to retry debug, because 30 seconds are too tiny.
How can I evade socket timeout?
My environment:
OS: Windows10 x64 Version1803 (10.0.17134.1488)
VS-Code Version: 1.44.0
VS-Code Python Extension Version: 2019.9.34911
Thank you in advance.
Solved! Go to Solution.