Currently, debugging Node remotely requires the exe to be started on the target device and then from VS you use Attach to Process.
It would be great if I could create a Node project and have the ability to:
1. Deploy Node and project JS files to target device.
2. Start Node on target machine and attach debugger automatically.
Basically have behavior that is similar to debugging locally with just pressing "Start"
It would be great if I could create a Node project and have the ability to:
1. Deploy Node and project JS files to target device.
2. Start Node on target machine and attach debugger automatically.
Basically have behavior that is similar to debugging locally with just pressing "Start"