Error on Hellow World when running on Debug mode, Run works fine
I'm testing GoLand to move from VsCode and when runnning a simple Hello World program, I'm getting an unusual error unrelated to the program itself.
Path: /Users/<user>/go/go1.24.1/src/runtime/asm_amd64.s
Error Description: <literal> expected, got ‘-’
Processor: Intel Core i5
macOS: Sequoia 15.3.2
I've tried the following so far:
1. Restarting GoLand
2. Restarting laptop
2. Upgrading Go (1.24.1)
3. Downgrading Go ( 1.21.0 ≤ version < 1.24.1)
Upload id: 2025_04_01_9fEbST2hVhenYuhST4UEBB (files: Screenshot 2025-04-01 at 10.21.36 AM.png and 2 more)
Please sign in to leave a comment.
What version of GoLand are you using? Could you please try this:
1. Go to Settings | Build, Execution, Deployment | Debugger | Data Views | Go
2. Uncheck the Enable String() checkbox.
Let me know if it works.