Is it possible to set a delve watchpoint on GoLand?

已回答

I know we can set watchers to keep an eye on the value of variables, but Delve actually supports WatchPoints that break when a variable is read or changed. Is this not supported by GoLand? I can't find the place to do this. 

0

Hello,

It is not supported yet by GoLand.

Feel free to follow GO-7868.

0

请先登录再写评论。