We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802e13c commit 0179078Copy full SHA for 0179078
changelog.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
+* `FIX` cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available
6
7
## 3.13.9
8
`2025-3-13`
make.lua
@@ -51,6 +51,7 @@ lm:executable "lua-language-server" {
51
},
52
linux = {
53
crt = "static",
54
+ ldflags = { "-rdynamic" },
55
}
56
57
0 commit comments