Remote debugging support #99

Open
virtuald opened this Issue Dec 29, 2014 · 1 comment

Projects

None yet

1 participant

@virtuald
Member

Possibly leverage eclipse/pydev support for this? Depends on #26

@virtuald virtuald added this to the Someday milestone Dec 29, 2014
@virtuald
Member

I was able to launch a remote debugger using a patched version of pydevd (fabioz/PyDev.Debugger#39). It works pretty nicely.

The way I envision this to work is the user will need to install pydevd on the roborio via the installer, and we'll include a special module that automatically sets up the PATHS_FROM_ECLIPSE_TO_PYTHON variables to map back to the users robot source directory for wpilib and the robot code itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment