ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
550 stars 129 forks source link

Not compatible with the version GoLand 2024.2.2 #237

Closed shawnzxx closed 1 month ago

shawnzxx commented 1 month ago

Not compatible with the version of your running IDE (GoLand 2024.1.6), I added envfile inside debugger process, when run the debugger it complained some of my envs keys could not be found.

Log inside the debugger console:
Got a connection, launched process /Users/shawnzhang/Library/Caches/JetBrains/GoLand2024.2/tmp/GoLand/___go_build_code_in_spdigital_sg_sp_digital_beaver_api_cmd_serverd (pid = 70006).
2024-09-23T04:30:26Z error layer=debugger error loading binary "/Users/shawnzhang/Library/Caches/JetBrains/GoLand2024.2/tmp/GoLand/___go_build_code_in_spdigital_sg_sp_digital_beaver_api_cmd_serverd": error reading debug_info: decoding dwarf section info at offset 0x4560bf: DW_FORM_strx with no .debug_str_offsets section
Exiting.
could not launch process: error reading debug_info: decoding dwarf section info at offset 0x4560bf: DW_FORM_strx with no .debug_str_offsets section
Debugger finished with the exit code 1

Can help to fix it?

shawnzxx commented 1 month ago

Ok found an issue, because of macos upgrade cause the GoLand IDE issue, will close this issue. https://youtrack.jetbrains.com/issue/GO-17477/macOS-Sequoia-debugger-finishes-with-could-not-launch-process-no-debugstroffsets-section