Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
cajund
Total activity
10
Last activity
January 21, 2026 20:13
Member since
January 05, 2019 13:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
July 10, 2025 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...
Community
GoLand
Sending an interrupt signal via the debugger
0 votes
Created
July 09, 2025 14:36
This is a bit easier:kill -s INT $(pgrep ___run)
Community
GoLand
Sending an interrupt signal via the debugger
0 votes
Created
July 09, 2025 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...
Community
GoLand
Sending an interrupt signal via the debugger
0 votes
Created
July 09, 2025 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,...
Community
GoLand
Sending an interrupt signal via the debugger
0 votes
Created
July 09, 2025 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...
Community
GoLand
Sending an interrupt signal via the debugger
0 votes