Unable To Start Local Debugging Mode

GOROOT=C:\Users\go\go1.25.1 #gosetup
GOPATH=C:\Users\go #gosetup
C:\Users\go\go1.25.1\bin\go.exe build -v -o C:\Users\AppData\Local\JetBrains\GoLand2025.2\tmp\GoLand\___2go_build_inventorymanagement.exe -gcflags "all=-N -l" inventorymanagement #gosetup
C:\Users\AppData\Local\Programs\GoLand\plugins\go-plugin\lib\dlv\windows\dlv.exe --listen=127.0.0.1:52733 --headless=true --api-version=2 --check-go-version=false --only-same-user=false exec C:\Users\AppData\Local\JetBrains\GoLand2025.2\tmp\GoLand\___2go_build_inventorymanagement.exe -- #gosetup

Debugger finished with the exit code -1073741510 (0xC000013A: interrupted by Ctrl+C)

Reproduce : Click on debug button :)

 

0
5 comments
Hi there,

Thanks for the report. We tried reproducing this on our side, but so far the debugger finishes normally without showing this error.
The message "..interrupted by Ctrl+C" usually indicates that something is terminating the debug process. In many cases, antivirus or security software can interfere with the debugger and cause it to exit unexpectedly.
Could you please try adding exclusions for the IDE and related binaries, as described in this article:
https://intellij-support.jetbrains.com/hc/en-us/articles/360006298560-Antivirus-Impact-on-Build-Speed
Even though the article focuses on performance, the same exclusions apply here and help prevent the debugger from being terminated.
Please give this a try and let us know if the problem persists after adjusting the antivirus settings.
1

Thank you for your time. I’ve added %APPDATA%\JetBrains to the exclusion list in Windows Defender, and I’m not using any third-party antivirus software. I can provide my Windows version and Windows Defender version if that would help. Could you please look into this?

Microsoft Windows Version 24H2 ( OS Build 266100.6584 )
AMEngineVersion                  : 1.1.25080.5
AMProductVersion                 : 4.18.25080.5

if you need any thing else from my side please let me know !
 

1
Thank you for the update. I recommend also adding an exclusion for the GoLand process itself:
• Open Start > Settings > Update & Security > Windows Security
• Go to Virus & threat protection > Manage settings
• Under Exclusions, select "Add or remove exclusions"
• Select "Add an exclusion", then the "Process" option, and add "goland64.exe"

Let me know how it goes.
0

It works now i have just update my delve version to latest and it is working fine, thanks for your time :)

0
Awesome, glad it’s working now! Thanks for letting me know, and you’re always welcome if you run into something else.
0

Please sign in to leave a comment.