Project IntroductionVS Code Extension for Autodesk Maya Python Debugging Usage1. Debugging in versions greater than or equal Maya 2022.1.1 Open Maya and configure the Mel script
1.2 Start Debugger Listen: Right-click ->"Debug Current Python File in Maya (>=2022)"1.3 Launch the vscode debugger
1.3 Start Debugging: Right-click ->"Debug Current Python File in Maya (>=2022)"2. Debugging in versions less than or equal to Maya 2011.2.1 Open Maya and configure the Mel script
2.2 Start Debugger Listen: Right-click ->"Debug Current Python File in Maya (<=2021)"3.3 Start Debugging: Right-click ->"Debug Current Python File in Maya (<=2021)"Video GuideReference VSCode Plugins
Reference Articlehttps://gist.github.com/joaen/bdc154ecb3f28d8481b9fb23411d1008 https://zenn.dev/gacha0923/articles/vscode-connect-to-maya_debugpy https://www.aleksandarkocic.com/2020/12/25/debugging-in-maya-with-debugpy-and-vscode/ https://zhuanlan.zhihu.com/p/615473758 https://namination.co.uk/maya-remote-debugging-with-visual-studio-code/ |