Maya Remote Debugging with Visual Studio Code

If you want to skip right to the final snippet that connects maya to a debugger, click here. Otherwise have fun reading about my debugging adventure. # Error: AttributeError: file D:\Work\NamTools\scripts\rig_modules.py line 49: ‘NoneType’ object has no attribute ‘strip’ # Random error message from one of your tools What is Remote Debugging, Why is it Useful? How many times have […]