Skip to content

Support VSCode remote python debugging

Marko Zagožen requested to merge 173-python-remote-debugging into master

The testenv-start target starts the test NSO container with the python remote debugging port exposed on a randomly assigned host port. If .vscode/launch.json exists in the project and it contains a Python: Remote Attach run configuration, the port is updated automatically in .vscode/launch.json

TODO:

  • Only install the remote debugging package (debugpy) for dev builds #175 (closed) debugpy is now part of the base image
  • Create .vscode/launch.json if it doesn't exist / create the remote debugging target??
  • test with emacs :D
  • Add user documentation to skeleton READMEs

Closes #173 (closed)

Edited by Marko Zagožen

Merge request reports