VS Code Extension for Autodesk Maya Python Debugging
commandPort -name "localhost:7001" -sourceType "mel";
{
"version": "0.2.0",
"configurations": [
{
"type": "python",
"request": "attach",
"name": "Maya Python Debugger : Remote Attach",
"port": 5678,
"host": "localhost",
"pathMappings": [
{
"localRoot": "${fileDirname}",
"remoteRoot": "${fileDirname}"
}
],
"MayaDebugFile": "${file}"
},
]
}
commandPort -name "localhost:7001" -sourceType "mel" -echoOutput;
- mayaCode - A Visual Studio Code extension with support for coding for Maya.
- MayaPy - A Visual Studio Code extension with Autodesk Maya Python Intellisense and Debugging/
https://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/