LuaIde icon indicating copy to clipboard operation
LuaIde copied to clipboard

Results 61 LuaIde issues
Sort by recently updated
recently updated
newest added

当我使用luaide调试的时候,同时不适用ide开启其他三个模拟器,这时候,vscode调试会抓到其他客户端的信息,导致调试数据错乱,或者一个模拟器断点调试状态,其他模拟器卡住的情况。不知道是不是我的设置问题,你们有遇到过吗? 请大家帮我看看。谢谢

Can you add launch.json config for external lua/luajit binary, i'm debug luajit with custom module, so I have to modify BaseChildProcess.js as attachment. [BaseChildProcess.zip](https://github.com/k0204/LuaIde/files/2537751/BaseChildProcess.zip) -

![image](https://user-images.githubusercontent.com/22761531/45668282-bbf46780-bb4e-11e8-979d-7651cc5dee9b.png)

只要启动调试,就报错,如下图: ![image](https://user-images.githubusercontent.com/10347222/45397918-a8d82800-b674-11e8-89aa-f65194bbb040.png) 远程调试还能用。

![image](https://user-images.githubusercontent.com/5955179/45536662-b5a37a00-b834-11e8-93d0-6a285b8b33c4.png) 如图,模块中定义两个函数,不能正确跳转。 注释掉模块定义,变成全局函数,好像也不能正常跳转。 请问改如何设置?

local testFunc = function(_, _, xxx) printf("aaa") end 这种写法会提示编译报错

大量智能提示直接没有了,只能手动输入

例子: a.lua GlobalTable = {a=1,b=2,c=3} b.lua local Global = GlobalTable function A() Global.a end 其中Global在使用时无法正确提示