|
|
|
|
|
by martinni
1909 days ago
|
|
Looks promising. I've used and enjoyed VSCode Live Share before https://code.visualstudio.com/learn/collaboration/live-share Two great features they have are: - The ability share a local service to your peer by simply forwarding a port. - Remote debugging. Participant 1 can start a debugging session and Participant 2 has access to the full debugging introspection without interfering with the host's session. |
|
But if you need to debug e.g. in Chrome inspector, review logs in some other browser, explore a design in Figma, etc., you need a tool like CoScreen to go beyond code.