Skip to content

Instantly share code, notes, and snippets.

@mauriciodev
Created August 1, 2011 17:37
Show Gist options
  • Save mauriciodev/1118602 to your computer and use it in GitHub Desktop.
Save mauriciodev/1118602 to your computer and use it in GitHub Desktop.
Eclipse Remoter Debugger minimal code. Usefull for plugin developpers.
import os,sys
#lines for eclipse debug. Comment me when publishing.
sys.path.append("/usr/lib/eclipse/plugins/org.python.pydev.debug_1.5.3.1260479439/pysrc/")
import pydevd
pydevd.settrace()
#end of eclipse debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment