主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
cajund
活动总数
10
最后的活动
2026年01月21日 20:13
成员加入日期
2019年01月05日 13:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
已编辑于
2025年07月10日 15:28
Thanks Vadym,I was successful in testing my code using the above command line, and it worked as expected. I was able to tweak the code to perform as needed, and seeing the breakpoints fire was inst...
社区
GoLand
Sending an interrupt signal via the debugger
0 票
创建于
2025年07月09日 14:36
This is a bit easier:kill -s INT $(pgrep ___run)
社区
GoLand
Sending an interrupt signal via the debugger
0 票
创建于
2025年07月09日 14:29
OK, this seemed to work, but I had to go one step further down (I'm on a Mac, so it may be relevant). The break point fired:% pgrep -l -f "dlv --listen" 45262 /Users/cajund/Library/Application Supp...
社区
GoLand
Sending an interrupt signal via the debugger
0 票
创建于
2025年07月09日 14:17
Thanks, and I thought about that. Maybe this is an edge case, but it seems like this would be much more graceful as a feature in the debugger.I appreciate these commands. I'll play around with the,...
社区
GoLand
Sending an interrupt signal via the debugger
0 票
创建于
2025年07月09日 12:27
Thanks for the reply.Here's my impression: when you click that Stop button, it does indeed send a signal to the code, but it also stops the debugger. So, for example, if I have a break point in a l...
社区
GoLand
Sending an interrupt signal via the debugger
0 票