Message 1 of 3
Switching on UMR in Spyder invoked from Fusion?

Not applicable
08-26-2017
07:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm debugging a python script in spyder invoked from Fusion.
My python code calls functions in another python file. The spyder system
keeps the original python file in a cache, so when I edit the file the changes
aren't seen by the interpreter. The online Spyder documentation says
there is a switch to use "UMR" (User module reload) so the file is reloaded
from disk, but it doesn't give detailed instructions on finding the switch
on the UI.
Where is the UMR switch? Is Autodesk's version of Spyder (2.3.2) different?