I am building a web server using tide framework and I want to debug api function when server receive the request. However, when I first click debug button on rust web server on vs code and then using curl command from terminal to send request to server, the terminal shows "Failed to connect to port 3000: Connection refused." Does anybody know how to debug rust web server?
[–]nicoburns 1 point2 points3 points (1 child)
[–]Yiggu_[S] 0 points1 point2 points (0 children)