Not having much luck with this, i can get it to connect but then get this:
import pydevd
pydevd.settrace('localhost', port=7720, stdoutToServer=True, stderrToServer=True)
# -------------------------------------------------------------------------------
# pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)
# pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints.
# pydev debugger: Related bug: http://bugs.python.org/issue1666807
# -------------------------------------------------------------------------------
# pydev debugger: Unable to find real location for: C:\\Program Files (x86)\\JetBrains\\PyCharm 3.4.1\\pycharm-debug.egg\pydevd.py
# pydev debugger: Unable to find real location for: C:\Program Files\Autodesk\Maya2014\bin\python27.zip hreading.py
# pydev debugger: Unable to find real location for: C:\\Program Files (x86)\\JetBrains\\PyCharm 3.4.1\\pycharm-debug.egg\pydevd_additional_thread_info.py
# pydev debugger: Unable to find real location for: C:\\Program Files (x86)\\JetBrains\\PyCharm 3.4.1\\pycharm-debug.egg\pydevd_comm.py
# pydev debugger: Unable to find real location for: <maya console>
# pydev debugger: Unable to find real location for: C:\\Program Files (x86)\\JetBrains\\PyCharm 3.4.1\\pycharm-debug.egg\pydevd_tracing.py
I had to append ‘C:\Program Files (x86)\JetBrains\PyCharm 3.4.1\pycharm-debug.egg’ instead of /helpers to get this to work, because helpers just kept giving me a ‘no module named pydevd’ error…