Debugger - Maya
A Sublime Text 3/4 package that connects with the Debugger plugin to debug Python code in Maya
Details
Installs
- Total 145
- Win 145
- Mac 0
- Linux 0
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
A Debug Adapter for Debugging Python within Maya
This adapter serves as a “middleman” between the Sublime Debugger plugin and a DAP implementation for python (ptvsd) injected into Maya.
It intercepts a few DAP requests to establish a connection between the debugger and Maya, and otherwise forwards all communications between the debugger and ptvsd normally.
Installation
To install from repo, - Open Sublime - Install the “Debugger” plugin with Package Control if not done already - In the “Preferences” menu, select “Browse Packages…” - Clone this repository into the folder opened by Sublime
Use
- Open the project you want to debug
- If the debugger isn't open, select “Open” in the “Debugger” menu option
- If it still doesn't open, ensure your project settings (Project -> Edit Project) are not empty
- Under the “Debugger” menu, select “Add or Select Configuration”
- Select “Add Configuration” from the suggestions
- There should be a “Maya: Python Debugging” option, click on it
- You should have your project settings automatically opened, edited with the configuration
- Save your project settings
- Go back to Debugger -> Add or Select Configuration, and select Maya: Python Debugging
The Maya Adapter should now be functional just by pressing play. It will guide you with how to connect to Maya itself.
Note
Currently only tested on Windows