How to stop python script to run in a debug session?

How to stop python script to run in a debug session?

gscotti
Enthusiast Enthusiast
716 Views
2 Replies
Message 1 of 3

How to stop python script to run in a debug session?

gscotti
Enthusiast
Enthusiast

My python script is in an infinite loop and I don't manage to stop it to run. If debug is stopped, Fusion360 stays hanged. Any tip is appreciated. 🙂

 

717 Views
2 Replies
Replies (2)
Message 2 of 3

BrianEkins
Mentor
Mentor

You can't stop an infinite loop.  You'll need to kill Fusion, fix the bug, and start running the script again.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes
Message 3 of 3

gscotti
Enthusiast
Enthusiast

😢