-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Hi,
I believe it should be possible to remote-debug on an IOT device (in this case a RaspberryPi) from VScode (on windows 7).
But for some reason I can’t get this to work, and I can read in different posts that people have a lot of issues with remote debugging.
What I can’t figure out is if this is supposed to work directly via a pipeTransport to the RasspberryPi or if I have to install a gdb client locally on my windows PC including a complete WSL package?
My setup is as following:
- I’m running Windows 7 Enterprise (due to other tools)
- I have a Raspberrypi running stretch 9.3 with gdb and gdbserver installed
- I use Git\Bash as the pibeProgram
Some general questions:
- Can I get this to work without any other components?
- Will it only work in Win10 with the Creators Update (Build 15063) as explained in some docs?
- If I’m stuck to Win7 do I have other alternatives (Cygwin, VMware) remotely?
- If I install VScode in Ubunto via VMware would it then work from the virtual machine in Ubunto?
- Any other ways to remote debug an IOT device from VScode?
BR
Morten