Issue 135091
Summary lldb-dap.exe --connection connect://127.0.0.1:10000 is not working on widnows.
Labels new issue
Assignees
Reporter SiamAbdullah
    There was a refactor in lldb-dap from port listening mode to allow multiple connections. This feature is not working in windows. 

Terminal 1:
```
> lldb-dap.exe --connection tcp://127.0.0.1:10000
Listening for: connection://[127.0.0.1]:10000
```

Terminal 2:
```
telnet 127.0.0.1 10000  // terminate immediately 
```

 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to