Remote debugging support #99
|
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
Possibly leverage eclipse/pydev support for this? Depends on #26