-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luaArch设定为x86时,经常无法正常启动debugger #270
Comments
你是不是把 |
并没有,默认的"integratedTerminal"。 luaArch 设置为 x86_64 时,上述三种Console模式输出都正常。 |
我不能重现 |
换了台电脑试了下,也不能复现。哎~ |
@actboy168
|
关闭DEP数据执行保护后,可以看到错误模块:
|
为了便于观察,我尝试在lua debug的一些关键点上打了一些日志。 这是x64下正常运行的日志
这是 x86 模式下,中断的日志
可以发现x86模式下未收到EVENT => initialized 这个消息。我的理解是此处因由 remotedebug 返回一个初始化成功的消息。不知道我的理解对不对? 还请@actboy168抽空看一下,谢谢~ |
尝试了下 2.0.10版,现象还在,x86下一次都没启动成功。 |
所有的代码都在这个repo里啊 |
代码只是简单的输出1,2,3。在普通的luaVersion 和 luaArch下的测试结果。
luaArch 设置为x86的时候,经常无法启动debugger (有很小的几率成功),设置为x86_64的时候都正常。
也试过lua5.1 和 lua5.4 也是一样的现象。
另外,6月份的时候没注意到这个问题,今天新建一个project才发现的。
The text was updated successfully, but these errors were encountered: