How to fix an error using debug on Windows

22 views Asked by At

enter image description here As shown in the picture, I get an error when using goland debug.I'm getting errors with debug, but I can run code normally, but not debug.I've tried restarting Goland but it doesn't solve the problem.But restarting Windows seems to fix the problem. I'm on Windows.How can this be resolved?

1

There are 1 answers

2
Vadym V On

Could it be similar to Go Debug not working in GoLand due to Connection refused: no further information ? Perhaps you have some protection software that blocks the connection, or your network has additional security limitations that are blocking the debugger?