actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
437 stars 95 forks source link

debugging 5.4 lua code crashed in 1.25.5 and later versions #103

Closed baekhyunee7 closed 2 years ago

actboy168 commented 4 years ago

You need to use the latest lua source code.

baekhyunee7 commented 4 years ago

attach模式下,debug链接了luadll的exe文件,lua动态库是最新的源码打包,还是会crash

6spring commented 3 years ago

似乎是有些问题,使用最新lua.org下载的编译的dll会crash,如果换用lua debuger 的runtime\win64\lua54\lua54.dll 正常,用 bin\win\lua54.dll也会crash