Newly Blog

  • Home
  • Tags
  • Categories
  • Archives
  • Search
  • Table of Contents
  • Overview

Li Niu

244 posts
18 categories
114 tags

Remote Debugging for Visual Code

Posted on 2026-03-17 Edited on 2024-03-13 In software , IDE

Remote-SSH: Open SSH Configuration File ~/.ssh/config

Host jump-box
HostName
User
Port

Host target-box
HostName
User
Port 22
ProxyCommand ssh -q -W %h:%p jump-box

Remote Explorer

# Python
Remote Debugging for Eclipse+PyDev
GStreamer+FFmpeg for Ubuntu14.04
© 2026 Li Niu
Powered by Hexo & NexT.Muse
0%